Click or drag to resize

IChartViewModelCalculateXFromBarIndex Method

Calculate X from bar index

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
double 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