TdxChartDiagramTitle.Diagram Property
Provides access to the diagram to which the title belongs.
Declaration
property Diagram: TdxChartCustomDiagram read;
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 |
See Also