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


Gets or sets the interval type of a StripLine object.


Strip or line step type.

Syntax

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

Return Value

A DateTimeIntervalType enumeration value that indicates the interval type. Defaults to Auto.

Remarks

Interval types can be set to Auto, in which case the type depends on: the X-value or Y-value types of the plotted DataPoint objects (depends on which axis the StripLine objects belong to); and the axis scale.

The Interval property determines how often a strip, or line, is drawn.

For a detailed discussion of interval-related properties see the Setting Axis Label Intervals 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.