Skip to main content

TdxChartDiagramLegend.Diagram Property

Provides access to the diagram to which the legend pane belongs.

Declaration

property Diagram: TdxChartCustomDiagram read;

Property Value

Type Description
TdxChartCustomDiagram

The diagram to which the legend pane belongs.

Cast this property value to the TdxChartXYDiagram or TdxChartSimpleDiagram class depending on the actual diagram type. Call the Diagram.ClassType function to identify the diagram type.

See Also