Back to Devexpress

TdxCustomFlowChart.Repository Property

vcl-dxflchrt-dot-tdxcustomflowchart.md

latest1.2 KB
Original Source

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

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit