DXChartBase Constructors
The base class for the DXChart and DXPieChart views.| Name | Parameters | Description |
|---|---|---|
| DXChartBase() | none | Initializes a <DevExpress.Xamarin.iOS.Charts.DXChartBase> with the default settings. |
| DXChartBase(CGRect) | frame | Initializes the DXChartBase with the specified frame. |
| DXChartBase(NSCoder) | coder | Initializes the object from the data stored in the unarchiver object. |
See Also