MindFusion.Charting Programmer's Guide

AxesChart.HorGridBrushes Property

See Also
 





Gets or sets the brushes for drawing horizontal grid stripes in custom grids.

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

 Syntax

C#  Copy Code

public BrushCollection HorGridBrushes { get; set; }

Visual Basic  Copy Code

Public Property HorGridBrushes As BrushCollection

 Property Value

 Remarks

The GridType should be set to GridType.Custom and HorGridPoints should not be empty. If the brushes are less than the grid stripes to be filled, they are used in a cycle.

Default value for the HorGridBrushes property is an empty BrushCollection, in this case no stripes are drawn.

 See Also