Skip to main content

TdxChartXYSeriesCustomView Class

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

Declaration

TdxChartXYSeriesCustomView = class(
    TdxChartSeriesCustomView
)

Remarks

A series View determines how an XY 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 TdxChartXYSeriesCustomView 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 XY series to which the current View settings belong (Series).

Terminal TdxChartXYSeriesCustomView Class Descendants

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

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