Back to Devexpress

TdxChartVisualElementPersistent Class

vcl-dxchartcore-58c7c484.md

latest4.4 KB
Original Source

TdxChartVisualElementPersistent Class

The base class for all visual Chart control elements.

Declaration

delphi
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.

VisibleHides or displays the visual element.AssignCopies compatible settings between visual elements.

Terminal TdxChartVisualElementPersistent Class Descendants

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

TdxChartAxisValueLabelsStores axis value label appearance and behavior settings.TdxChartAxisXStores settings of an axis of arguments in an XY diagram.TdxChartAxisYStores settings of an axis of values in an XY diagram.TdxChartDiagramLegendStores settings of the legend pane displayed in a diagram.TdxChartLegendStores settings of the legend pane displayed in a Chart control.TdxChartPieValueLabelsStores value label appearance and behavior settings for Pie and Doughnut Views.TdxChartSimpleSeriesDoughnutViewStores Doughnut View settings.TdxChartSimpleSeriesPieViewStores Pie View settings.TdxChartXYSeriesAreaViewStores Simple Area View settings.TdxChartXYSeriesValueLabelsStores XY series value label appearance and behavior settings.TdxChartXYSeriesStackedAreaViewStores Stacked Area View settings.TdxChartXYSeriesFullStackedAreaViewStores Full-Stacked Area View settings.TdxChartXYSeriesBarViewStores Bar View settings.TdxChartXYSeriesStackedBarViewStores Stacked Bar View settings.TdxChartXYSeriesFullStackedBarViewStores Full-Stacked Bar View settings.TdxChartXYSeriesLineViewStores Line View settings.TdxChartXYSeriesStackedLineViewStores Stacked Line View settings.TdxChartXYSeriesFullStackedLineViewStores Full-Stacked Line View settings.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent

See Also

TdxChartCustomVisualElement Class

TdxChartCustomLegend Class

TdxChartCustomAxis Class

TdxChartSeriesCustomView Class

TdxChartVisualElementPersistent Members

dxChartCore Unit