TdxFlowChartObjectAdvancedShape Class
Stores an XML-based vector shape and its settings.
Declaration
TdxFlowChartObjectAdvancedShape = class(
TObject
)
Remarks
This class implements a container for storing complex vector shapes that you can assign to chart symbols instead of simple shapes. The TdxFlowChartAdvancedShape class provides the following members that allows you to:
Identify the shape within the stencil or repository (Caption and ID);
Obtain the default pixel size of the shape (DefaultSize).
The following members reference a TdxFlowChartObjectAdvancedShape object:
The control‘s CreateObject function;
A chart symbol’s AdvancedShape property;
A shape category’s Shapes property.
Inheritance
TObject
TdxFlowChartObjectAdvancedShape
See Also