Interface IPie
- All Superinterfaces:
IValueSeries
Represents Pie series of a Chart in the scripting environment
-
Method Summary
Modifier and TypeMethodDescriptionGets the expression that will be used to query when the slice explodesdouble
Gets the minimum value that will be included in Min SliceGets the label of Min slicevoid
setExplosionExpr
(String expr) Sets the expression that will be used to query when the slice explodesvoid
setMinSlice
(double value) Sets the minimum value that will be included in Min Slicevoid
setMinSliceLabel
(String label) Sets the label of Min sliceMethods inherited from interface org.eclipse.birt.chart.script.api.component.IValueSeries
getAction, getAggregateExpr, getDataExpr, getTitle, isPercent, isVisible, setAggregateExpr, setPercent, setTitle, setVisible
-
Method Details
-
getMinSlice
double getMinSlice()Gets the minimum value that will be included in Min Slice- Returns:
- the minimum value
-
setMinSlice
void setMinSlice(double value) Sets the minimum value that will be included in Min Slice- Parameters:
value
- the minimum value
-
getMinSliceLabel
String getMinSliceLabel()Gets the label of Min slice- Returns:
- label
-
setMinSliceLabel
Sets the label of Min slice- Parameters:
label
- label
-
getExplosionExpr
String getExplosionExpr()Gets the expression that will be used to query when the slice explodes- Returns:
- the expression
-
setExplosionExpr
Sets the expression that will be used to query when the slice explodes- Parameters:
expr
- the expression
-