Gets or sets the shape of data points in scatter charts.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public IList Shapes { get; set; } |
Visual Basic
![]() |
---|
Public Property Shapes As IList |
An IList with Shape members.
The property specifies the shapes of scatter charts. Add a Shapes object for each scatter graphics. For summary lines and Y2-lines the properties are SummaryShapes and Y2Shapes.
Each point shape can have different size as indicated by the ShapeSizes property. The MultiColoredShapes property specifies whether point shapes are drawn in one color or in many colors.
Scatter charts are drawn when the LineType property is set to LineTypes.Scatter.
Default value for the Shapes property is an empty IList.