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-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Pie.PieOtherSlice
,
Serialized FormModifier 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, readResolve
public static final PieOtherStyle NONE
public static final PieOtherStyle BELOWPERCENT
public static final PieOtherStyle BELOWVALUE
public static PieOtherStyle fromInt(int value)