MindFusion WinForms Programmer's Guide
AxesChart.AltGridBrush Property
See Also
 





Gets or sets the alternative brush for drawing the chart's grid.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public Brush AltGridBrush { get; set; }

Visual Basic  Copy Code

Public Property AltGridBrush As Brush

 Property Value

An instance of MindFusion.Drawing.Brush class.

 Remarks

AltGridBrush is used for filling the even grid stripes when the GridType is not GridType.None or GridType.Custom. The odd grid stripes are filled with GridBrush. The grid stripes are drawn with the GridPen.

When the GridType is GridType.Custom the grid stripes are painted with HorGridBrushes and VertGridBrushes.

Default value for the AltGridBrush is null (no brush).

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.WinForms Namespace