|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.styles.Pie.PieOtherSlice
public final class Pie.PieOtherSlice
Title: PieOtherSlice class
Description: Pie series uses this class in its Pie.OtherSlice.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Pie.getOtherSlice()
Field Summary |
---|
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
Pie.PieOtherSlice(IBaseChart c,
Series s)
|
Method Summary | |
---|---|
Color |
getColor()
The Color of the OtherSlice. |
Legend |
getLegend()
Sets the properties of the PieOtherSlice Legend. |
PieOtherStyle |
getStyle()
Either value or percentage to group the 'other' Pie slice. |
java.lang.String |
getText()
Title for otherSlice. |
double |
getValue()
Value (value or percentage) for Otherslice grouping. |
void |
setColor(Color value)
Sets the Color of the OtherSlice. |
void |
setStyle(PieOtherStyle value)
Sets either value or percentage to group the 'other' Pie slice. |
void |
setText(java.lang.String value)
Title for otherSlice. |
void |
setValue(double value)
Value (value or percentage) for Otherslice grouping. |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pie.PieOtherSlice(IBaseChart c, Series s)
Method Detail |
---|
public Color getColor()
public void setColor(Color value)
value
- Colorpublic Legend getLegend()
public java.lang.String getText()
public void setText(java.lang.String value)
value
- Stringpublic double getValue()
public void setValue(double value)
value
- doublepublic PieOtherStyle getStyle()
public void setStyle(PieOtherStyle value)
value
- PieOtherStyles
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |