DXChartBase(CGRect) Constructor
Initializes the DXChartBase with the specified frame.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public DXChartBase(
CGRect frame
)
Parameters
| Name | Type | Description |
|---|---|---|
| frame | CoreGraphics.CGRect | The frame the view should use as its bounds, measured in iOS points. |
See Also