Gets or sets the interval offset type of an axis.
Axis interval offset type.
Visual Basic (Declaration) | |
---|---|
Public Property IntervalOffsetType As DateTimeIntervalType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DateTimeIntervalType IntervalOffsetType {get; set;} |
Return Value
The interval offset type of an axis. Defaults to DateTimeIntervalType.Auto.
This property determines the interval offset type of an axis, and is used for the interval offset type of an axis' labels, and major tick marks or grid lines if the axis element's own IntervalOffsetType property value is set to DateTimeIntervalType.NotSet.
Setting this property to DateTimeIntervalType.NotSet will result in a value of DateTimeIntervalType.Auto being used (only the axis elements such as major grid lines, etc. can be set to DateTimeIntervalType.NotSet).
Note that the minor grid lines and tick marks of an axis never use this property for their interval offset type.
The interval of the axis is determined by the IntervalOffset property.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family