Class SliceStyle
Inheritance
System.Object
SliceStyle
Namespace: Com.Telerik.Widget.Chart.Visualization.PieChart
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class SliceStyle : Object
Constructors
SliceStyle()
Declaration
public SliceStyle()
SliceStyle(IntPtr, JniHandleOwnership)
Declaration
protected SliceStyle(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
ArcColor
Declaration
public virtual int ArcColor { get; set; }
Property Value
System.Int32
|
ArcWidth
Declaration
public virtual float ArcWidth { get; set; }
Property Value
System.Single
|
FillColor
Declaration
public virtual int FillColor { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
StrokeColor
Declaration
public virtual int StrokeColor { get; set; }
Property Value
System.Int32
|
StrokeWidth
Declaration
public virtual float StrokeWidth { get; set; }
Property Value
System.Single
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|