TdxFlowChartAdvancedShapeRepository.ArrowShapes Property
Provides access to the “Arrow Shapes” stencil (shape category).
Declaration
property ArrowShapes: TdxFlowChartArrowShapes read;
Property Value
Type |
---|
TdxFlowChartArrowShapes |
Remarks
You can use this property to select a shape from the “Arrow Shapes” category and assign it to the chart symbol’s AdvancedShape property.
Refer to the TdxFlowChartArrowShapes class description for the full list of available shapes.
See Also