Skip to main content
All docs
V25.1
  • TdxChartSeriesCustomView.GetViewImages(Integer) Method

    Returns an image list populated with all icons that indicate series View types at the target DPI.

    Declaration

    class function GetViewImages(ADPI: Integer): TcxImageList;

    Parameters

    Name Type Description
    ADPI Integer

    Specifies the index of the image list with icons for the target DPI.

    Returns

    Type Description
    TcxImageList

    An image list populated with icons from the Chart control resources for the target monitor DPI.

    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 GetViewImages class function to obtain an image list populated with icons that indicate all supported series View types. To identify the icon that corresponds to the current series View type in this image list, call the GetViewImageIndex class function.

    See Also