TdxFlowChartAdvancedShapeRepository.BasicFlowchartShapes Property
In This Article
Provides access to the “Basic FlowChart Shapes” stencil (shape category).
#Declaration
Delphi
property BasicFlowchartShapes: TdxFlowChartBasicFlowchartShapes read;
#Property Value
Type |
---|
Tdx |
#Remarks
You can use this property to select a shape from the “Basic FlowChart Shapes” category and assign it to the chart symbol’s AdvancedShape property.
Refer to the TdxFlowChartBasicFlowchartShapes class description for the full list of available shapes.
See Also