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


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.

Syntax

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

Return Value

A value that represents the interval between strip lines. Defaults to 0.0.

Remarks

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).

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.