Click or drag to resize

XAxisCalculateTimeFromX Method


Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.8.0
Syntax
C#
public DateTime CalculateTimeFromX(
	double pointX,
	out int nearestBarIndex
)

Parameters

pointX  Double
nearestBarIndex  Int32
Returns the nearest bar index. Value available for Equi-distant bars only

Return Value

DateTime
See Also