Gets or sets the pens for drawing summary parts.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public PenCollection SummaryPens { get; set; } |
Visual Basic
![]() |
---|
Public Property SummaryPens As PenCollection |
An object of type MindFusion.Drawing.PenCollection.
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.