Click or drag to resize

IChartViewModelCalculateBarIndexFromX Method

Calculate the bars index from X

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
int CalculateBarIndexFromX(
	IBars bars,
	double pointX
)

Parameters

bars  IBars
IBars
pointX  Double
Point X

Return Value

Int32
See Also