Gets or sets the brushes for filling vertical stripes in custom grids. Namespace: MindFusion.Charting Syntax
Property ValueAn object of type MindFusion.Drawing.BrushCollection. RemarksVertical 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 |