Gets or sets the brushes used for filling summary chart parts.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public BrushCollection SummaryBrushes { get; set; } |
Visual Basic Copy Code |
---|
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 SummaryPens, if any.
Summaries are drawn when the SummaryValues property is not an empty list.
Default value for the SummaryBrushes property is an empty BrushCollection.