public abstract class PieDonutRenderPassDataBase extends PieDonutRenderPassData
PieDonutRenderableSeriesBase
derived types.Modifier and Type | Field and Description |
---|---|
android.graphics.PointF |
center |
float |
degreesPerValue |
float |
outerRadius |
com.scichart.core.model.FloatValues |
segmentsAngles |
float |
segmentSpacing |
com.scichart.core.model.FloatValues |
segmentsStartAngles |
float |
startAngle |
lock
Constructor and Description |
---|
PieDonutRenderPassDataBase() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
dispose() |
int |
segmentsCount()
Gets the amount of segments in this render pass data.
|
getLock, isValid, onBeginDataUpdate, onEndDataUpdate
close, tryDispose, tryDispose, tryDispose, tryDispose
public final com.scichart.core.model.FloatValues segmentsStartAngles
public final com.scichart.core.model.FloatValues segmentsAngles
public final android.graphics.PointF center
public float outerRadius
public float startAngle
public float degreesPerValue
public float segmentSpacing
public int segmentsCount()
public void dispose()
dispose
in interface com.scichart.core.framework.IDisposable
dispose
in class PieDonutRenderPassData
public void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class PieDonutRenderPassData