Interface IBubbleData

All Superinterfaces:
ISeriesData

public interface IBubbleData extends ISeriesData
Represents the data contained in the Bubble Series
  • Method Details

    • getBubbleSizeExpr

      String getBubbleSizeExpr()
      Gets the query expression of Bubble size.
      Returns:
      Bubble size expression
    • getOrthogonalValueExpr

      String getOrthogonalValueExpr()
      Gets the query expression of Orthogonal value.
      Returns:
      Orthogonal value expression
    • setBubbleSizeExpr

      void setBubbleSizeExpr(String expr)
      Sets the query expression of Bubble Size.
      Parameters:
      expr -
    • setOrthogonalValueExpr

      void setOrthogonalValueExpr(String expr)
      Sets the query expression of Orthogonal value.
      Parameters:
      expr - Orthogonal value expression