Gets or sets the brushes that are used for drawing summary parts in charts. Namespace: MindFusion.Charting Syntax
Property ValueAn object of type MindFusion.Drawing.BrushCollection. RemarksSummaryBrushes 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. See Also |