Package 

Class BubblePoint


  • 
    public class BubblePoint
    extends SeriesPoint
                        

    Point representing bubble points that belongs to cartesian or scatter chart.

    • Method Summary

      Modifier and Type Method Description
      static BubblePoint instantiate()
      String getJsBase()
      void exists() Checks if the point with the given index exists in a dataset.
      void get(String field) Fetches a field value from point data row by its name.
      SeparateChart getChart() Getter for the chart which current point belongs to.
      void getIndex() Getter for the point index in chart or series.
      void getPixelRadius() Getter for the bubble point radius.
      SeriesBase getSeries() Getter for series which current point belongs to.
      void getStackValue() Returns stack value of the point.
      void getStackZero() Returns stack zero of the point.
      void getStat(Statistics key) Getter for the statistics value by key.
      void getStat(String key) Getter for the statistics value by key.
      void hovered() Getter for the hover point state.
      BubblePoint hovered(Boolean enabled) Setter for the hover point state.
      void selected() Getter for the select series point state.
      BubblePoint selected(Boolean enabled) Setter for the select series point state.
      BubblePoint set(String field, String value) Sets the field of the point data row to the specified value.
      • Methods inherited from class com.anychart.core.SeriesPoint

        hovered, instantiate, selected, set
      • Methods inherited from class com.anychart.core.Point

        hovered, instantiate, selected, set
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait