A TimeSpan object that specifies the interval among DateTime values at the axis. Namespace: MindFusion.Charting Syntax
Property ValueAn object of type .NET TimeSpan structure. RemarksUse 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. See Also |