Specifies the size of shapes drawn at data points.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public IList ShapeSizes { get; set; } |
Visual Basic
![]() |
---|
Public Property ShapeSizes As IList |
A .NET IList with float values that represent the sizes.
Use the property to specify the size of 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 to the Shapes property.
The shapes are drawn with pens and brushes from ShapePens and ShapeBrushes properties.
When the numbers in ShapeSizes are less than the count of data series added to the Data property, MindFusion.Charting cycles through them.
Default value for the ShapeSizes property is an empty list. If no shape is set, the shapes are drawn with width 10.