Skip to main content
A newer version of this page is available. .

TdxChartVisualElementPersistent Class

The base class for all visual Chart control elements.

Declaration

TdxChartVisualElementPersistent = class(
    TcxOwnedInterfacedPersistent,
    IdxChartVisualElement
)

Remarks

The TdxChartVisualElementPersistent class implements base functionality for visual elements in the Chart control, such as titles, labels, legend panes, axes, etc.

Main API Members

The list below outlines key members of the TdxChartVisualElementPersistent class that allow you to customize visual elements in the Chart control.

  • Hide or display the visual element (Visible).
  • Copy compatible settings between visual elements (Assign).

Terminal TdxChartVisualElementPersistent Class Descendants

Do not use the TdxChartVisualElementAppearance class directly. Use the following descendants instead:

TdxChartDiagramLegend
Stores settings of the legend pane displayed in a diagram.
TdxChartLegend
Stores settings of the legend pane displayed in a Chart control.
TdxChartSimpleSeriesDoughnutView
Stores Doughnut View settings.
TdxChartSimpleSeriesPieView
Stores Pie View settings.
TdxChartAxisX
Stores settings of the axis of arguments in an XY diagram.
TdxChartAxisY
Stores settings of the axis of values in an XY diagram.
TdxChartXYSeriesAreaView
Stores Simple Area View settings.
TdxChartXYSeriesStackedAreaView
Stores Stacked Area View settings.
TdxChartXYSeriesFullStackedAreaView
Stores Full-Stacked Area View settings.
TdxChartXYSeriesBarView
Stores Bar View settings.
TdxChartXYSeriesStackedBarView
Stores Stacked Bar View settings.
TdxChartXYSeriesFullStackedBarView
Stores Full-Stacked Bar View settings.
TdxChartXYSeriesLineView
Stores Line View settings.
TdxChartXYSeriesStackedLineView
Stores Stacked Line View settings.
TdxChartXYSeriesFullStackedLineView
Stores Full-Stacked Line View settings.

Inheritance

See Also