Skip to main content

TdxFcObject.AdvancedShape Property

Specifies an XML-based shape for the chart symbol.

Declaration

property AdvancedShape: TdxFlowChartObjectAdvancedShape read; write;

Property Value

Type
TdxFlowChartObjectAdvancedShape

Remarks

This property allows you to choose a complex shape for the block from the predefined list accessible via the control’s Repository property. Assigning a shape to the AdvancedShape property changes the ShapeType property value to fcsAdvanced.

The control displays a simple rectangle if the AdvancedShape property value is nil.

See Also