Gets or sets the alternative brush for drawing the chart's grid. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueA MindFusion.Drawing.Brush object that represents the alternative grid brush. RemarksAltGridBrush is used for filling the even grid stripes when the GridType is not GridType.None or GridType.Custom. The odd grid stripes are filled with GridBrush. The grid stripes are drawn with the GridPen. When the GridType is GridType.Custom the grid stripes are painted with HorGridBrushes and VertGridBrushes. Default value for the AltGridBrush is null (no brush). See Also |