Gets or sets the interval for one StripLine object, and determines if the strip line is drawn once or repeatedly.
Strip or line step size.
Visual Basic (Declaration) | |
---|---|
Public Property Interval As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double Interval {get; set;} |
Return Value
A value that represents the interval between strip lines. Defaults to 0.0.
This property determines if a StripLine object is displayed once or repeatedly.
A property setting of zero will result in one strip line of the specified width being displayed.
Setting the Interval property to a value other than zero will result in multiple strip lines shown with the given width and interval.
The units that are used for the Interval property are defined by the IntervalType property.
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