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

TdxChartCustomSeries.Diagram Property

Specifies the diagram to which the series belongs.

#Declaration

Delphi
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.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