Skip to main content

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:

ValueLabels
Provides access to series value label settings.
GetDescription
Returns the series View description.
GetViewImages
Returns an image list populated with all icons that indicate series View types at the target DPI.
GetViewImageIndex
Returns the index of the icon associated with the series View type.
Appearance
Provides access to Simple View appearance settings.
Series
Provides access to the series to which the current View settings belong.
Assign
Copies compatible settings between simple series Views.

Terminal TdxChartSimpleSeriesCustomView Class Descendants

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