TdxChart.Diagrams Property
Provides indexed access to all diagrams.
Declaration
property Diagrams[Index: Integer]: TdxChartCustomDiagram read; write; default;
Property Value
Type | Description |
---|---|
TdxChartCustomDiagram | A diagram. |
Remarks
Important
Do not use the Diagrams
property in your code. To access diagrams in the Chart control, use its Diagrams property instead.
See Also