Uses of Class
com.steema.teechart.styles.PieOtherStyle

Packages that use PieOtherStyle
com.steema.teechart.styles   
 

Uses of PieOtherStyle in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as PieOtherStyle
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.
 

Methods in com.steema.teechart.styles that return PieOtherStyle
static PieOtherStyle PieOtherStyle.fromInt(int value)
           
 PieOtherStyle Pie.PieOtherSlice.getStyle()
          Either value or percentage to group the 'other' Pie slice.
 

Methods in com.steema.teechart.styles with parameters of type PieOtherStyle
 void Pie.PieOtherSlice.setStyle(PieOtherStyle value)
          Sets either value or percentage to group the 'other' Pie slice.