org.eclipse.birt.chart.script.api.series.data
Interface IBubbleData

All Superinterfaces:
ISeriesData

public interface IBubbleData
extends ISeriesData

Represents the data contained in the Bubble Series


Method Summary
 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


Copyright © 2005-2008 Actuate Corp. All rights reserved.