MindFusion.Charting Programmer's Guide

AxesChart.VertGridBrushes Property

See Also
 





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

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public BrushCollection VertGridBrushes { get; set; }

Visual Basic  Copy Code

Public Property VertGridBrushes As BrushCollection

 Property Value

 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