A TimeSpan object that specifies the interval among DateTime values at the axis.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public TimeSpan TimeSpan { get; set; } |
Visual Basic
![]() |
---|
Public Property TimeSpan As TimeSpan |
An object of type .NET TimeSpan structure.
Use the TimeSpan property to set the interval between DateTime labels drawn at the axis. The smallest and biggest DateTime values are set with StartDateTime and EndDateTime.
DateTime labels are drawn when the DataFormat is set to DateTime. Use DateTimeFormat to set the particular label.
Default value for the TimeSpan property is TimeSpan.Zero.