Click or drag to resize

DrawingBaseCalculateBarIndexFromTime Method

Calculates bar index from time

Namespace:  SharpCharts.Base.ChartObject
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected int CalculateBarIndexFromTime(
	DateTime time
)

Parameters

time
Type: SystemDateTime
Time

Return Value

Type: Int32
See Also