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