vcl-dxchartcore-58c7c484.md
The base class for all visual Chart control elements.
TdxChartVisualElementPersistent = class(
TcxOwnedInterfacedPersistent,
IdxChartVisualElement
)
The TdxChartVisualElementPersistent class implements base functionality for visual elements in the Chart control, such as titles, labels, legend panes, axes, etc.
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.
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.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartVisualElementPersistent
See Also
TdxChartCustomVisualElement Class
TdxChartSeriesCustomView Class