com.steema.teechart.styles
Class PieOtherStyles

java.lang.Object
  extended by com.steema.teechart.misc.Enum
      extended by com.steema.teechart.styles.PieOtherStyles

public final class PieOtherStyles
extends Enum

Title: PieOtherStyles 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

See Also:
Pie.PieOtherSlice

Field Summary
static PieOtherStyles BELOWPERCENT
          Slices with values below a percentage are grouped.
static PieOtherStyles BELOWVALUE
          Slices with values below a value are grouped.
static PieOtherStyles NONE
          No "Other" slice is generated.
 
Method Summary
 
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

NONE

public static final PieOtherStyles NONE
No "Other" slice is generated. (default)


BELOWPERCENT

public static final PieOtherStyles BELOWPERCENT
Slices with values below a percentage are grouped.


BELOWVALUE

public static final PieOtherStyles BELOWVALUE
Slices with values below a value are grouped.