DrawingBaseCalculateXFromTimeOrBarIndex Method |
Calculates the X from time or bar index
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax 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
DoubleCalculates the X point
See Also