Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static PieOtherStyle |
PieOtherStyle.BELOWPERCENT
Slices with values below a percentage are grouped.
|
static PieOtherStyle |
PieOtherStyle.BELOWVALUE
Slices with values below a value are grouped.
|
static PieOtherStyle |
PieOtherStyle.NONE
No "Other" slice is generated.
|
Modifier and Type | Method and Description |
---|---|
static PieOtherStyle |
PieOtherStyle.fromInt(int value) |
PieOtherStyle |
Pie.PieOtherSlice.getStyle()
Either value or percentage to group the 'other' Pie slice.
|
Modifier and Type | Method and Description |
---|---|
void |
Pie.PieOtherSlice.setStyle(PieOtherStyle value)
Sets either value or percentage to group the 'other' Pie slice.
|