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





Gets or sets the brush used for filling odd grid stripes.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Brush GridBrush { get; set; }

Visual Basic  Copy Code

Public Property GridBrush As Brush

 Property Value

An instance of a Brush-derived class.

 Remarks

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

Grid stripes in custom grids are painted with HorGridBrushes and VertGridBrushes.

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

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace