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

TdxChartCustomVisualElement Class

The base class for all classes that implement visual elements in the Chart control.

#Declaration

Delphi
TdxChartCustomVisualElement = class(
    TdxChartVisualElementPersistent
)

#Remarks

The TdxChartCustomVisualElement class does not introduce new public API members.

#Terminal TdxChartCustomVisualElement Class Descendants

TdxChartTitle
Stores a Chart control title and its settings.
TdxChartVisualElementTitle
The base class for all visual element titles in the Chart control.
TdxChartDiagramTitle
Stores a diagram title and its settings.
TdxChartLegendTitle
Stores a Chart or diagram legend title and its settings.
TdxChartSeriesTitle
Stores a simple series title and its settings.
TdxChartSimpleSeriesTotalLabel
Stores total label settings.
TdxChartAxisX
Stores settings of an axis of arguments in an XY diagram.
TdxChartAxisY
Stores settings of an axis of values in an XY diagram.
TdxChartAxisTitle
Stores an axis title and its settings.
TdxChartLegend
Stores settings of the legend pane displayed in a Chart control.
TdxChartDiagramLegend
Stores settings of the legend pane displayed in a diagram.
See Also