DXChartBase.Delegate Property
Gets or sets an instance of the DXChartDelegate model class that acts as the class delegate.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public DXChartDelegate Delegate { get; set; }
Property Value
Type | Description |
---|---|
DXChartDelegate | An instance that acts as the class delegate. |
Remarks
The Chart can use an instance assigned to this property to handle events or provide data on demand to the chart.
The object assigned to this property is strongly typed. Use the WeakDelegate property to utilize objects derived from the NSObject class and with methods the [Export (“selectorName”)] attribute decorates.
See Also
Delegates in Xamarin.iOS