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.
- Visible
- Hides or displays the visual element.
- Assign
- Copies compatible settings between visual elements.
Terminal TdxChartVisualElementPersistent Class Descendants
Do not use the TdxChartVisualElementAppearance
class directly. Use the following descendants instead:
- TdxChartAxisValueLabels
- Stores axis value label appearance and behavior 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.
- TdxChartDiagramLegend
- Stores settings of the legend pane displayed in a diagram.
- TdxChartLegend
- Stores settings of the legend pane displayed in a Chart control.
- TdxChartPieValueLabels
- Stores value label appearance and behavior settings for Pie and Doughnut Views.
- TdxChartSimpleSeriesDoughnutView
- Stores Doughnut View settings.
- TdxChartSimpleSeriesPieView
- Stores Pie View settings.
- TdxChartXYSeriesAreaView
- Stores Simple Area View settings.
- TdxChartXYSeriesValueLabels
- Stores XY series value label appearance and behavior 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
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TdxChartVisualElementPersistent
See Also