Specifies the shapes for data points. Namespace: MindFusion.Charting Syntax
Property ValueA .NET IList with Shape Enumeration values that specify the shape type. RemarksUse the property to specify the shapes, drawn at data points. Shapes are drawn when the RadarStyle property is set to RadarStyle.Points. Each Data series can be drawn with different shapes, which have different width. Add the desired Shape member and size to the Shapes and ShapeSizes lists. The shapes are drawn with pens from ShapePens and are filled with brushes from ShapeBrushes. Default value for the Shapes property is an empty list. See Also |