Click or drag to resize

VisualBaseCalculateYFromPrice(Double, ChartVisualArgs) Method

Calulate the Y point from price

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
protected double CalculateYFromPrice(
	double price,
	ChartVisualArgs args
)

Parameters

price  Double
Price
args  ChartVisualArgs
ChartVisualArgs

Return Value

Double
See Also