Skip to main content
A newer version of this page is available. .

TdxChartCustomSeries.Diagram Property

Specifies the diagram to which the series belongs.

Declaration

property Diagram: TdxChartCustomDiagram read; write;

Property Value

Type Description
TdxChartCustomDiagram

The parent diagram.

Cast this property value to the TdxChartSimpleDiagram or TdxChartXYDiagram class depending on the actual diagram type to access all public API members. Call the Diagram.ClassName function to identify the diagram type.

Remarks

You can use the Diagram property to move the series between diagrams of the same type.

See Also