Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

DXChartDelegate_Extensions.DidShowHint(IDXChartDelegate, DXChartBase, DXHintInfo) Method

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public static void DidShowHint(
    this IDXChartDelegate This,
    DXChartBase chart,
    DXHintInfo info
)

Parameters

Name Type
This IDXChartDelegate
chart DXChartBase
info DXHintInfo
See Also