Skip to main content
A newer version of this page is available. .

TimeInterval Properties

A time interval object.
Name Description
EndHour Gets or sets the hour component of the time interval’s end.
EndMinute Gets or sets the minute component of the time interval’s end.
EndSecond Gets or sets the second component of the time interval’s end.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
StartHour Gets or sets the hour component of the time interval’s start.
StartMinute Gets or sets the minute component of the time interval’s start.
StartSecond Gets or sets the second component of the time interval’s start.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
See Also