Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartOwnedPersistent Class

The base class for Chart control setting classes.

#Declaration

Delphi
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.
See Also