LineChartGetXCoordinate Method | |
Gives x axis coordinate in chart
Namespace:
SIC.Draw
Assembly:
SIC.Draw (in SIC.Draw.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax private double GetXCoordinate(
double pXValue
)
Private Function GetXCoordinate (
pXValue As Double
) As Double
Parameters
- pXValue
- Type: SystemDouble
X value to calculate x coordinate
Return Value
Type:
DoubleA x coordinate value in chart
See Also