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





Gets or sets the brushes for filling vertical stripes in custom grids.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public BrushCollection VertGridBrushes { get; set; }

Visual Basic  Copy Code

Public Property VertGridBrushes As BrushCollection

 Property Value

An object of type MindFusion.Drawing.BrushCollection.

 Remarks

Vertical stripes and lines in custom grids are drawn when the VertGridPoints property is not an empty list. The grid lines are drawn with VertGridPens. The GridType should be set to GridType.Custom.

The respective properties for drawing horizontal grid stripes are HorGridPoints, HorGridPens and HorGridBrushes.

Default value for the VertGridBrushes property is an empty BrushCollection.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting Namespace
HorGridPens