Interface IBubbleData
-
- All Superinterfaces:
ISeriesData
public interface IBubbleData extends ISeriesData
Represents the data contained in the Bubble Series
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBubbleSizeExpr()
Gets the query expression of Bubble size.java.lang.String
getOrthogonalValueExpr()
Gets the query expression of Orthogonal value.void
setBubbleSizeExpr(java.lang.String expr)
Sets the query expression of Bubble Size.void
setOrthogonalValueExpr(java.lang.String expr)
Sets the query expression of Orthogonal value.
-
-
-
Method Detail
-
getBubbleSizeExpr
java.lang.String getBubbleSizeExpr()
Gets the query expression of Bubble size.- Returns:
- Bubble size expression
-
getOrthogonalValueExpr
java.lang.String getOrthogonalValueExpr()
Gets the query expression of Orthogonal value.- Returns:
- Orthogonal value expression
-
setBubbleSizeExpr
void setBubbleSizeExpr(java.lang.String expr)
Sets the query expression of Bubble Size.- Parameters:
expr
-
-
setOrthogonalValueExpr
void setOrthogonalValueExpr(java.lang.String expr)
Sets the query expression of Orthogonal value.- Parameters:
expr
- Orthogonal value expression
-
-