Click or drag to resize

DrawingBaseCalculateXFromTimeOrBarIndex Method

Calculates the X from time or bar index

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected double CalculateXFromTimeOrBarIndex(
	ChartVisualArgs args,
	DateTime time,
	ref int barIndex
)

Parameters

args  ChartVisualArgs
ChartVisualArgs
time  DateTime
bar time stamp
barIndex  Int32
Bar index

Return Value

Double
Calculates the X point
See Also