Skip to main content
A newer version of this page is available.

DXWeightedDateTimeSeriesData_Extensions.SetWeakDelegate(IDXWeightedDateTimeSeriesData, NSObject) Method

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

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

Parameters

Name Type
This IDXWeightedDateTimeSeriesData
value Foundation.NSObject
See Also