Specifies the brushes for filling data point shapes. Namespace: MindFusion.Charting Syntax
Property ValueAn object of type MindFusion.Drawing.BrushCollection. RemarksUse the property to specify the brushes for filling shapes, drawn at data points. Shapes are drawn when the RadarStyle property is set to RadarStyle.Points. Each Data series can be drawn with different shapes, which have different width. Add the desired Shape member and size to the Shapes and ShapeSizes property - lists. The shapes are drawn with pens from ShapePens. When the ShapeBrushes are less than the count of data series added to the Data property, MindFusion.Charting cycles through them. Default value for the ShapeBrushes property is an empty BrushCollection. See Also |