Skip to main content

TdxCustomFlowChart.Repository Property

Provides access to the repository of XML-based chart symbol shapes.

Declaration

class property Repository: TdxFlowChartAdvancedShapeRepository read;

Property Value

Type
TdxFlowChartAdvancedShapeRepository

Remarks

This class property allows you to customize the appearance settings of an individual chart symbol‘s shape. The repository stores multiple complex shapes by categories. You can assign a shape to a chart symbol by using its AdvancedShape property.

You can assign an XML-based shape to a chart symbol via the AdvancedShape property.

Refer to the TdxFlowChartAdvancedShapeRepository class description for the full list of available XML-based shape categories.

See Also