ChartStyleCalculateYPoint Method |
Returns the Y point
Namespace: SharpCharts.Base.ChartAssembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax public double CalculateYPoint(
double min,
double max,
double price,
double height
)
Parameters
- min
- Type: SystemDouble
Minimum of the YAxis - max
- Type: SystemDouble
Maximum of the YAxis - price
- Type: SystemDouble
Price - height
- Type: SystemDouble
Actual height of the view
Return Value
Type:
DoubleY value
See Also