TdxChartOwnedPersistent Class
The base class for Chart control setting classes.
Declaration
TdxChartOwnedPersistent = class(
TcxOwnedInterfacedPersistent
)
Remarks
The TdxChartOwnedPersistent
class does not introduce new public API members.
Terminal TdxChartOwnedPersistent Class Descendants
Do not use the TdxChartOwnedPersistent
class directly. Use the following descendants instead:
- TdxChartRange
- Stores axis scale range settings.
- TdxChartAxisNumericScaleOptions
- Stores scale settings for a numeric axis.
- TdxChartAxes
- Stores main axis settings of an XY diagram.
- TdxChartExplodedValueOptions
- Stores slice display settings related to the exploded state of Pie and Doughnut series.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TdxChartOwnedPersistent
See Also