MindFusion.Charting Programmer's Guide

AxisSettings.TimeSpan Property

See Also
 





A TimeSpan object that specifies the interval among DateTime values at the axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public TimeSpan TimeSpan { get; set; }

Visual Basic  Copy Code

Public Property TimeSpan As TimeSpan

 Property Value

An object of type .NET TimeSpan structure.

 Remarks

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.

 See Also