Gets or sets the size of point shapes drawn at summary scatter charts.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public IList SummaryShapeSizes { get; set; } |
Visual Basic
![]() |
---|
Public Property SummaryShapeSizes As IList |
An object of type .NET IList class that holds float values, which represents the sizes for the SummaryShapes.
The property specifies the size of point shapes drawn at summary scatter charts. In order to draw summary lines, add the desired Summary value to the SummaryValues property. Custom summaries are added with the AddCustomSummary method. Add the Shape objects in the same order in which you add the Summary values.
Each float value in the SummaryShapeSizes array indicates:
The point shapes of summary lines are filled with brushes from the SummaryShapeBrushes property. Their outlining is drawn with pens from the SummaryShapePens property.
Scatter charts are drawn when the LineType property is set to LineTypes.Scatter.
Default value for the SummaryShapeSizes property is an empty IList object.