Back to Devexpress

TdxChartCustomVisualElement Class

vcl-dxchartcore-7e183df0.md

latest2.6 KB
Original Source

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

TdxChartTitleStores a Chart control title and its settings.TdxChartVisualElementTitleThe base class for all visual element titles in the Chart control.TdxChartDiagramTitleStores a diagram title and its settings.TdxChartLegendTitleStores a Chart or diagram legend title and its settings.TdxChartSeriesTitleStores a simple series title and its settings.TdxChartSimpleSeriesTotalLabelStores total label settings.TdxChartAxisXStores settings of an axis of arguments in an XY diagram.TdxChartAxisYStores settings of an axis of values in an XY diagram.TdxChartAxisTitleStores an axis title and its settings.TdxChartLegendStores settings of the legend pane displayed in a Chart control.TdxChartDiagramLegendStores settings of the legend pane displayed in a diagram.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent TdxChartCustomVisualElement

See Also

TdxChartCustomVisualElement Members

dxChartCore Unit