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