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


Gets or sets a value that determines if interlaced strip lines are displayed for an axis.


Indicates that interlaced strip lines will be displayed for the axis.

Syntax

Visual Basic (Declaration)  
Public Property Interlaced As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As Boolean
 
instance.Interlaced = value
 
value = instance.Interlaced
C#  
public bool Interlaced {get; set;}

Return Value

If true interlaced strip lines are displayed, if false they are not.

Remarks

If this property is true then strip lines are drawn every other grid line interval for the relevant axis. If grid lines are not used for the axis then the axis' tick marks or labels are used to determine the interlaced strip lines interval.

The color of these interlaced strip lines is determined by the InterlacedColor property.

Strip lines can also be drawn using the StripLines collection property. The difference between using this Interlaced property and the StripLines property is that the interval for the strip lines (that determines how often they are drawn) is automatically set when using the Interlaced property.

Interlaced strip lines are always drawn first, followed by the strip lines specified using the StripLines property.

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.