Gets or sets the brush for filling odd grid stripes. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueA MindFusion.Drawing.Brush object that represents the grid brush. RemarksGridBrush is used for filling the odd grid stripes when the GridType is not GridType.None or GridType.Custom. The even grid stripes are filled with AltGridBrush. The grid stripes are drawn with the GridPen. Grid stripes in custom grids are painted with HorGridBrushes and VertGridBrushes. Default value for the GridBrush is null (no brush). The border around the grid can be specified through PlotAreaOutlinePen. See Also |