Gets or sets the brushes for drawing of point shapes at summary scatter charts. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn instance of MindFusion.Drawing.BrushCollection that holds the brushes. RemarksThe property specifies the brushes, with which point shapes at summary scatter charts are drawn. In order to draw summary lines, add the desired Summary value to the SummaryValues property. Custom summaries are added with the AddCustomSummary method. The point shapes of summary lines are drawn with pens from the SummaryShapePens and filled with brushes from the SummaryShapeBrushes property. If they both are not set, the control uses a default black pen and a default blue gradient brush. The size of the point shapes is set with SummaryShapeSizes. Scatter charts are drawn when the LineType property is set to LineTypes.Scatter. Default value for the SummaryShapeBrushes property is an empty BrushCollection object. See Also |