|
Values
|
Contains all the shapes in the shape chart. Each shape ( FMX.RS.Charts.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.
|
|