MindFusion WinForms Programmer's Guide
LineChart.SummaryShapeBrushes Property
See Also
 





Gets or sets the brushes for drawing of point shapes at summary scatter charts.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public BrushCollection SummaryShapeBrushes { get; set; }

Visual Basic  Copy Code

Public Property SummaryShapeBrushes As BrushCollection

 Property Value

An object of type MindFusion.Drawing.BrushCollection that holds the brushes for the point shapes.

 Remarks

The property specifies the brushes, with which point shapes at summary scatter charts are drawn. In order to draw summary lines, add the desired Summary value to the SummaryValues property. Custom summaries are added with the AddCustomSummary method.

The point shapes of summary lines are drawn with pens from the SummaryShapePens and filled with brushes from the SummaryShapeBrushes property. If they both are not set, the control uses a default black pen and a default blue gradient brush.

The size of the point shapes is set with SummaryShapeSizes.

Scatter charts are drawn when the LineType property is set to LineTypes.Scatter.

Default value for the SummaryShapeBrushes property is an empty BrushCollection object.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting Namespace