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

DXWeightedNumericSeriesData_Extensions.SetWeakDelegate(IDXWeightedNumericSeriesData, NSObject) Method

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public static void SetWeakDelegate(
    this IDXWeightedNumericSeriesData This,
    NSObject value
)

Parameters

Name Type
This IDXWeightedNumericSeriesData
value Foundation.NSObject
See Also