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


Gets or sets the interval offset type of the strip line.


Strip or line offset type.

Syntax

Visual Basic (Declaration)  
Public Property IntervalOffsetType As DateTimeIntervalType
Visual Basic (Usage) Copy Code
Dim instance As StripLine
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. Defaults to DateTimeIntervalType.Auto.

Remarks

By default this property is set to Auto, and the actual value of this property is determined by the IntervalType property.

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.