Skip to main content
All docs
V25.1
  • TdxChartSeriesCustomView.GetViewImageIndex Method

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

    Declaration

    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