XAxisCalculateXFromTime Method |
Calculates the time from X
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntaxpublic 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
Double
See Also