IChartViewModelCalculateXFromBarIndex Method |
Calculate X from bar index
Namespace: ArthaChitra.Model.ChartAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxdouble CalculateXFromBarIndex(
IBars bars,
int idx,
double actualWidth
)
Parameters
- bars IBars
- IBars
- idx Int32
- Index of the bars array
- actualWidth Double
- Width of the view
Return Value
Double
See Also