Gets or sets the brushes for drawing horizontal grid stripes in custom grids. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn object of type MindFusion.Drawing.BrushCollection. RemarksThe 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 |