MindFusion.Charting Programmer's Guide

AxesChart.SummaryPens Property

See Also
 





Gets or sets the pens for drawing summary parts.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public PenCollection SummaryPens { get; set; }

Visual Basic  Copy Code

Public Property SummaryPens As PenCollection

 Property Value

 Remarks

SummaryPens are used for drawing summary parts in all charts that use axes. The summary graphics depends on the chart type - in line charts it is a line, in bar charts - bar and so on. If SummaryPens are not set, the control uses SummaryBrushes, if any, to create pens from them.

Use SummaryValues to add Summary-s to the chart.

Default value for the SummaryPens property is an empty PenCollection.

 See Also