Specifies the pens for outlining the shapes drawn at data points.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public PenCollection ShapePens { get; set; } |
Visual Basic
![]() |
---|
Public Property ShapePens As PenCollection |
An object of type MindFusion.Drawing.PenCollection.
Use the property to specify the pens for outlining the 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 filled with brushes from the ShapeBrushes property. When the ShapePens are less than the count of data series added to the Data property, MindFusion.Charting cycles through them.
Default value for the ShapePens property is an empty PenCollection.