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


Gets or sets the legend interlaced row's background color. Only applicable if interlaced rows are used.
Legend interlaced rows background color.

Syntax

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

Remarks

This property is only applicable if interlaced rows are used.

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.