Dundas Chart for Windows Forms
IntervalOffsetType Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Axis Class : IntervalOffsetType Property


Gets or sets the interval offset type of an axis.


Axis interval offset type.

Syntax

Visual Basic (Declaration)  
Public Property IntervalOffsetType As DateTimeIntervalType
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As DateTimeIntervalType
 
instance.IntervalOffsetType = value
 
value = instance.IntervalOffsetType
C#  
public DateTimeIntervalType IntervalOffsetType {get; set;}

Return Value

The interval offset type of an axis. Defaults to DateTimeIntervalType.Auto.

Remarks

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.

Requirements

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

See Also

© 2009 All Rights Reserved.