Contains all the shapes in the shape chart. Each shape ( RSCharts.TRSShapeChartValue ) may be its own shape (Style) as well as size (Width and Height), Color, Caption, etc. When a shape is added to the collection, it is initialized to the DefaultShape. Use the Values collection to add, delete, and modify shapes in the chart.
Note |
---|
Shapes are drawn from first to last through the collection, so later shapes are "on top" of earlier shapes. |
Namespace: RSCharts
Delphi |
protected |
Property Value
Type: TRSShapeChartValues
The following code adds a shape to the chart: Delphi |
var |