Skip to main content
All docs
V25.1
  • 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.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