Click or drag to resize

TimeNodeGetScrollValueFromTime Method

Gets the fraction part of scroll value from timeOfDay

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public double GetScrollValueFromTime(
	TimeSpan timeOfDay
)

Parameters

timeOfDay  TimeSpan
 

Return Value

Double

Implements

ITimeNodeGetScrollValueFromTime(TimeSpan)
See Also