Click or drag to resize

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
C#
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: Double
Y value
See Also