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

TdxChartSeriesCustomView.GetViewImageIndex Method

Returns the index of the icon associated with the series View type.

#Declaration

Delphi
class function GetViewImageIndex: Integer;

#Returns

Type Description
Integer

The index of the icon that indicates the current series View type.

#Remarks

Every registered terminal TdxChartSeriesCustomView class descendant is associated with the corresponding icon stored in the Chart control resources. The Chart control displays series View icons in the Chart Designer dialog and built-in UI elements.

VCL Chart Control: A Doughnut View Icon

Call the GetViewImageIndex class function to obtain the current series View type icon in the image list returned by a GetViewImages function call.

See Also