Skip to main content
A newer version of this page is available. .

TdxChartSeriesCustomView Class

The base class for all classes that implement series View settings.

Declaration

TdxChartSeriesCustomView = class(
    TdxChartVisualElementPersistent
)

Remarks

A series View determines how a diagram displays series. A diagram can display multiple series with different Views and individual View appearance settings. You can use the ViewType or ViewClass property of a series to switch between compatible Views and display the same data in a different manner at any time.

Main API Members

The TdxChartSeriesCustomView class has members that allow you to do the following:

  • Display and customize value labels (ValueLabels).
  • Obtain the series View type description (GetDescription).
  • Retrieve an image list populated with icons that correspond to all registered series View types (GetViewImages).
  • Identify the icon that corresponds to the current series View type (GetViewImageIndex).
  • Access the series to which current View settings belong (Series).

Terminal TdxChartSeriesCustomView Class Descendants

TdxChartSimpleSeriesDoughnutView
Stores Doughnut View settings.
TdxChartSimpleSeriesPieView
Stores Pie View settings.
TdxChartXYSeriesAreaView
Stores Simple Area View settings.
TdxChartXYSeriesFullStackedAreaView
Stores Full-Stacked Area View settings.
TdxChartXYSeriesStackedAreaView
Stores Stacked Area View settings.
TdxChartXYSeriesBarView
Stores Bar View settings.
TdxChartXYSeriesFullStackedBarView
Stores Full-Stacked Bar View settings.
TdxChartXYSeriesStackedBarView
Stores Stacked Bar View settings.
TdxChartXYSeriesLineView
Stores Line View settings.
TdxChartXYSeriesFullStackedLineView
Stores Full-Stacked Line View settings.
TdxChartXYSeriesStackedLineView
Stores Stacked Line View settings.
See Also