Gets or sets the interval type of a StripLine object.
Strip or line step type.
Visual Basic (Declaration) | |
---|---|
Public Property IntervalType As DateTimeIntervalType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DateTimeIntervalType IntervalType {get; set;} |
Return Value
A DateTimeIntervalType enumeration value that indicates the interval type. Defaults to Auto.
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).
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