Back to Devexpress

TdxChartCustomSeries.Diagram Property

vcl-dxchartcore-dot-tdxchartcustomseries-9e1ecb69.md

latest1.0 KB
Original Source

TdxChartCustomSeries.Diagram Property

Specifies the diagram to which the series belongs.

Declaration

delphi
property Diagram: TdxChartCustomDiagram read; write;

Property Value

TypeDescription
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.ClassType 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

TdxChartCustomSeries Class

TdxChartCustomSeries Members

dxChartCore Unit