ChartStyleCalculateYPoint Method |
Returns the Y point
Namespace:
SharpCharts.Base.Chart
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
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