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