Gets or sets the size of point shapes drawn at scatter charts. Namespace: MindFusion.Charting Syntax
Property ValueAn IList object with float values that specify the sizes. RemarksThe property specifies the size of point shapes drawn in scatter charts. Add the values in the same order as you have added the Shape objects to the Shapes property. The size of the point shapes indicates:
For each point shape in the Shapes property, you can specify not only the size, but also the color with the ShapeBrushes, ShapePens and MultiColoredShapes properties. Scatter charts are drawn when the LineType property se set to LineTypes.Scatter. Default value for the ShapeSizes property is an empty IList. See Also |