TdxFlowChartAdvancedShapeRepository.BasicFlowchartShapes Property
Provides access to the “Basic FlowChart Shapes” stencil (shape category).
Declaration
property BasicFlowchartShapes: TdxFlowChartBasicFlowchartShapes read;
Property Value
Type |
---|
TdxFlowChartBasicFlowchartShapes |
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