Click or drag to resize
DrawingBaseCalculateYFromPrice Method
Returns the Y point from entry price

Namespace: SharpCharts.Base.ChartObject
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
protected double CalculateYFromPrice(
	double price
)

Parameters

price
Type: SystemDouble

Return Value

Type: Double
See Also