Class PieChartLayoutState
The class with information about current layout state of ISciPieChartSurface.
Implements
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class PieChartLayoutState implements ICleanable
Constructors
PieChartLayoutState()
Declaration
public PieChartLayoutState()
Fields
absoluteSeriesSpacing
Gets the value indicating spacing between IPieRenderableSeries instances based on pixelPerRelativeUnit.
Declaration
public float absoluteSeriesSpacing
Field Value
| Type | Description |
|---|---|
| float |
center
The Center of ISciPieChartSurface.
Declaration
public final PointF center
Field Value
| Type | Description |
|---|---|
| android.graphics.PointF |
outerRadius
The Radius of ISciPieChartSurface.
Declaration
public float outerRadius
Field Value
| Type | Description |
|---|---|
| float |
pixelPerRelativeUnit
Gets how many pixels are in one relative unit.
Declaration
public float pixelPerRelativeUnit
Field Value
| Type | Description |
|---|---|
| float |
Methods
clear()
Declaration
public void clear()