Defines the default shape and appearance of a shape when it is created. When a new shape is added to the chart, it is initialized to the default shape's properties. Use the DefaultShape property to specify the initial common appearance of all shapes in the shape chart
Tip |
---|
You can "reset" a value to the DefaultShape properties by assigning the DefaultShape to the value. |
Namespace: FMX.RS.Charts
Delphi |
protected |
Property Value
Type: TRSDefaultShape
The following code resets all the shape values to the DefaultShape: Delphi |
var |