Click or drag to resize

DrawingBaseCalculatePriceFromY Method

Calculates the price from Y

Namespace:  SharpCharts.Base.ChartObject
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected double CalculatePriceFromY(
	double y
)

Parameters

y
Type: SystemDouble

Return Value

Type: Double
See Also