XAxisCalculateXFromTime Method |
Calculates the time from X
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public double CalculateXFromTime(
DateTime time,
out int nearestBarIndex
)
Parameters
- time DateTime
- nearestBarIndex Int32
- Returns the nearest bars index. Value available for Equi-distant bars only.
Return Value
DoubleSee Also