DXChartDelegate_Extensions.DidHideHint(IDXChartDelegate, DXChartBase) Method
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public static void DidHideHint(
this IDXChartDelegate This,
DXChartBase chart
)
Parameters
Name | Type |
---|---|
This | IDXChartDelegate |
chart | DXChartBase |
See Also