|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents Pie series of a Chart in the scripting environment
Method Summary | |
java.lang.String |
getExplosionExpr()
Gets the expression that will be used to query when the slice explodes |
double |
getMinSlice()
Gets the minimum value that will be included in Min Slice |
java.lang.String |
getMinSliceLabel()
Gets the label of Min slice |
void |
setExplosionExpr(java.lang.String expr)
Sets the expression that will be used to query when the slice explodes |
void |
setMinSlice(double value)
Sets the minimum value that will be included in Min Slice |
void |
setMinSliceLabel(java.lang.String label)
Sets the label of Min slice |
Methods inherited from interface org.eclipse.birt.chart.script.api.component.IValueSeries |
getAction, getAggregateExpr, getDataExpr, getTitle, isPercent, isVisible, setAggregateExpr, setPercent, setTitle, setVisible |
Method Detail |
public double getMinSlice()
public void setMinSlice(double value)
value
- the minimum valuepublic java.lang.String getMinSliceLabel()
public void setMinSliceLabel(java.lang.String label)
label
- labelpublic java.lang.String getExplosionExpr()
public void setExplosionExpr(java.lang.String expr)
expr
- the expression
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |