Class PieSegment
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class PieSegment : ChartSegment
Constructors
PieSegment()
Declaration
public PieSegment()
Properties
EndAngle
Gets the end angle.
Declaration
public double EndAngle { get; }
Property Value
Type |
---|
System.Double |
Radius
Gets the radius.
Declaration
public float Radius { get; }
Property Value
Type |
---|
System.Single |
StartAngle
Gets the start angle.
Declaration
public double StartAngle { get; }
Property Value
Type |
---|
System.Double |
YValue
Gets the y value.
Declaration
public float YValue { get; }
Property Value
Type |
---|
System.Single |
Methods
ApplyGradientColors(Paint)
Declaration
protected override void ApplyGradientColors(Paint paint)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Paint | paint |
Overrides
OnLayout()
Method used to calculate rendering bounds of segment.
Declaration
public override void OnLayout()