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





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

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Brush AltGridBrush { get; set; }

Visual Basic  Copy Code

Public Property AltGridBrush As Brush

 Property Value

An instance of a Brush-derived 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.Reporting Namespace