CursorObjectCalculatePriceFromY Method |
Calculates the price from Y point
Namespace:
SharpCharts.Base.ChartObject
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax protected double CalculatePriceFromY(
double min,
double max,
double y,
double actualHeight
)
Parameters
- min
- Type: SystemDouble
Min value of the Y-Axis - max
- Type: SystemDouble
Max value of the Y-Axis - y
- Type: SystemDouble
The Y point - actualHeight
- Type: SystemDouble
Actual height of the view
Return Value
Type:
DoubleSee Also