public interface IPie extends IValueSeries
Modifier and Type | Method and Description |
---|---|
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
|
getAction, getAggregateExpr, getDataExpr, getTitle, isPercent, isVisible, setAggregateExpr, setPercent, setTitle, setVisible
double getMinSlice()
void setMinSlice(double value)
value
- the minimum valuejava.lang.String getMinSliceLabel()
void setMinSliceLabel(java.lang.String label)
label
- labeljava.lang.String getExplosionExpr()
void setExplosionExpr(java.lang.String expr)
expr
- the expressionCopyright © 2005-2008 Actuate Corp. All rights reserved.