MindFusion.Charting Programmer's Guide

RadarChart.ShapeBrushes Property

See Also
 





Specifies the brushes for filling data point shapes.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public BrushCollection ShapeBrushes { get; set; }

Visual Basic  Copy Code

Public Property ShapeBrushes As BrushCollection

 Property Value

 Remarks

Use 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