Gets or sets the pens used for drawing summary chart parts.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public PenCollection SummaryPens { get; set; } |
Visual Basic Copy Code |
---|
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.