Gets or sets the brushes that are used for drawing summary parts in charts. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public BrushCollection SummaryBrushes { get; set; } |
Visual Basic
![]() |
---|
Public Property SummaryBrushes As BrushCollection |
An object of type MindFusion.Drawing.BrushCollection.
SummaryBrushes are used for filling summary parts in all types of charts that use axes. The summary graphics depend on the type of the chart - in bar charts they are bars, in area charts - areas and so on. If SummaryBrushes are not set, the control creates brushes from the SummaryPen-s, if any.
Summaries are drawn when the SummaryValues property is not an empty list.
Default value for the SummaryBrushes property is an empty BrushCollection.