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





Gets or sets the pens used for drawing summary chart parts.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public PenCollection SummaryPens { get; set; }

Visual Basic  Copy Code

Public Property SummaryPens As PenCollection

 Property Value

An object of type MindFusion.Drawing.PenCollection.

 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

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace