MindFusion WinForms Programmer's Guide
AxesChart.SummaryBrushes Property
See Also
 





Gets or sets the brushes used for filling summary chart parts.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public BrushCollection SummaryBrushes { get; set; }

Visual Basic  Copy Code

Public Property SummaryBrushes As BrushCollection

 Property Value

 Remarks

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.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace