Gets or sets the pens for drawing summary parts. Namespace: MindFusion.Charting Syntax
Property ValueAn object of type MindFusion.Drawing.PenCollection. RemarksSummaryPens 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 |