Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFcObject.AdvancedShape Property

Specifies an XML-based shape for the chart symbol.

#Declaration

Delphi
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