public final class PieOtherStyle extends Enum
Title: PieOtherStyle class
Description: Describes the possible values of the Style method of Pie.PieOtherSlice class.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Pie.PieOtherSlice,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static PieOtherStyle |
BELOWPERCENT
Slices with values below a percentage are grouped.
|
static PieOtherStyle |
BELOWVALUE
Slices with values below a value are grouped.
|
static PieOtherStyle |
NONE
No "Other" slice is generated.
|
| Modifier and Type | Method and Description |
|---|---|
static PieOtherStyle |
fromInt(int value) |
getValue, readResolvepublic static final PieOtherStyle NONE
public static final PieOtherStyle BELOWPERCENT
public static final PieOtherStyle BELOWVALUE
public static PieOtherStyle fromInt(int value)