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

TdxChartSimpleSeriesCustomView Class

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

Declaration

TdxChartSimpleSeriesCustomView = class(
    TdxChartSeriesCustomView
)

Remarks

A series View determines how a simple 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 TdxChartSimpleSeriesCustomView 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).
  • Customize general View appearance settings (Appearance).
  • Access the simple series to which the current View settings belong (Series).

Terminal TdxChartSimpleSeriesCustomView Class Descendants

TdxChartSimpleSeriesPieView
Stores Pie View settings.
TdxChartSimpleSeriesDoughnutView
Stores Doughnut View settings.
See Also