|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.misc.Enum
com.steema.teechart.styles.PieOtherStyle
public final class PieOtherStyle
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
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
static PieOtherStyle |
fromInt(int value)
|
Methods inherited from class com.steema.teechart.misc.Enum |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PieOtherStyle NONE
public static final PieOtherStyle BELOWPERCENT
public static final PieOtherStyle BELOWVALUE
Method Detail |
---|
public static PieOtherStyle fromInt(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |