LineChartGetYCoordinate Method | |
Gives y 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 GetYCoordinate(
double pYValue
)
Private Function GetYCoordinate (
pYValue As Double
) As Double
Parameters
- pYValue
- Type: SystemDouble
Y value to calculate y coordinate
Return Value
Type:
DoubleA y coordinate value in chart
See Also