Package 

Class Point


  • 
    public class Point
    extends JsObject
                        

    Class that wraps point of series/chart.

    • Constructor Summary

      Constructors 
      Constructor Description
      Point(String jsChart)
    • Method Summary

      Modifier and Type Method Description
      static Point instantiate()
      String getJsBase()
      void exists() Checks the existence of the current point (by index) in 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 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.
      Point hovered(Boolean enabled) Setter for hover point state.
      void selected() Getter for the select point state.
      Point selected(Boolean enabled) Setter for select point state.
      Point set(String field, String value) Sets the field of the point data row to the specified value.
      • Methods inherited from class java.lang.Object

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