Dundas Chart for ASP.NET
InterlacedColor Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Axis Class : InterlacedColor Property


This property is used to set or get the color of interlaced strip lines.


Color used to draw interlaced strip lines for the axis.

Syntax

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

Return Value

A System.Drawing.Color object that represents the color of interlaced strip lines.

Remarks

Use this property to specify the color of interlaced strip lines that are displayed as a result of the Interlaced property.

To specify the border color of the interlaced strip lines you will have to display the strips using the StripLines collection property instead of the Interlaced 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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.