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 |
Remarks
You can use the Diagram
property to move the series between diagrams of the same type.
See Also