dotnetCHARTING Send comments on this topic.
AlternateGridBackground Property
See Also 
dotnetCHARTING Namespace > Axis Class : AlternateGridBackground Property


Gets or sets a Background object used to fill the area between every other grid two grid lines.

Syntax

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

Return Value

A Background object that will fill every other grid area.

Example

Remarks

To disable this feature, set AlternateGridBackground.Color = Color.Empty.

See Also

© 2010 All Rights Reserved.