MindFusion.Charting Programmer's Guide

AxesChart.SummaryBrushes Property

See Also
 





Gets or sets the brushes that are used for drawing summary parts in charts.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 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 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