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


Gets or sets the interval offset type of an axis label.


Labels offset type.

Syntax

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

Return Value

A DateTimeIntervalType enumeration value that indicates the interval type. By default it is not set.

Remarks

By default this property is not set for axis labels, and the actual value of this property is determined by the IntervalOffsetType property of the Axis object that the label belongs to.

If this interval offset type is set to Auto then the IntervalType property will be used.

For further details concerning offsets and intervals refer to the Setting Axis Labels Interval topic (also applies to grid lines, tick marks and strip lines).

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.