Chart(Context, IAttributeSet, Int32, RenderMode) Constructor
Namespace: DevExpress.Xamarin.Android.Charts
Assembly: DevExpress.Xamarin.Android.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public Chart(
Context context,
IAttributeSet attrs,
int defStyleAttr,
RenderMode renderMode
)
Parameters
| Name | Type |
|---|---|
| context | Android.Content.Context |
| attrs | Android.Util.IAttributeSet |
| defStyleAttr | Int32 |
| renderMode | RenderMode |
See Also