Click or drag to resize

PlotStyleCalculateYPoint Method

Calculates the Y Point

Namespace:  SharpCharts.Base.SharpScript
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
Min YAxis
max
Type: SystemDouble
Max YAxis
price
Type: SystemDouble
price
height
Type: SystemDouble
Actual height of the view

Return Value

Type: Double
See Also