.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : AlternateGridBackground Property
AlternateGridBackground Property
Gets or sets a Background object used to fill the area between every other grid two grid lines.
Syntax
'Declaration
 
Public Property AlternateGridBackground As Background
'Usage
 
Dim instance As Axis
Dim value As Background
 
instance.AlternateGridBackground = value
 
value = instance.AlternateGridBackground
public Background AlternateGridBackground {get; set;}

Property Value

A Background object that will fill every other grid area.
Remarks
To disable this feature, set AlternateGridBackground.Color = Color.Empty.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also