Click or drag to resize

XAxisCalculateXFromTime Method

Calculates the time from X

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