Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomFlowChart.Repository Property

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

#Declaration

Delphi
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