Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSimpleSeriesCustomView Class

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

#Declaration

Delphi
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