-
-
Method Summary
Modifier and Type Method Description static Geoinstantiate()StringgetJsBase()GeoextendDataRange(Number x, Number y, String var_args)Extends the current input domain with the passed values (if such don't exist in the domain). voidgap()Getter for the gap settings. Geogap(Number gap)Setter for the gap settings. voidgetType()Returns scale type. voidmaxTicksCount()Getter for maximum ticks count. GeomaxTicksCount(Number count)Setter for maximum ticks count. voidmaximumX()Getter for the maximum X. GeomaximumX(Number maximumX)Setter for the maximum X. voidmaximumY()Getter for the maximum Y. GeomaximumY(Number maximumY)Setter for the maximum Y. voidminimumX()Getter for the minimum X. GeominimumX(Number minimumX)Setter for the minimum X. voidminimumY()Getter for the minimum Y. GeominimumY(Number minimumY)Setter for the minimum Y. voidprecision()Getter for the precision. Geoprecision(Array<Number> precision)Setter for the precision using one value. Geoprecision(Number xPrecision, Number yPrecision)Setter for the precision using several values. voidremoveAllListeners(String type)Removes all listeners from an object. voidsetOnClickListener(ListenersInterface.OnClickListener listener)voidsetOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)voidunlistenByKey(String key)Removes an event listener which was added with listen() by the key returned by listen() or listenOnce(). GeoTicksxMinorTicks()Getter for the set of scale x minor ticks. GeoxMinorTicks(String settings)Setter for the set of scale x minor ticks. GeoxMinorTicks(Array<String> settings)Setter for the set of scale x minor ticks. GeoTicksxTicks()Getter for the set of scale x ticks. GeoxTicks(String settings)Setter for the set of scale x ticks. GeoxTicks(Array<String> settings)Setter for the set of scale x ticks. GeoTicksyMinorTicks()Getter for the set of scale y minor ticks. GeoyMinorTicks(String settings)Setter for the set of scale y minor ticks. GeoyMinorTicks(Array<String> settings)Setter for the set of scale y minor ticks. GeoTicksyTicks()Getter for the set of scale y ticks. GeoyTicks(String settings)Setter for the set of scale y ticks. GeoyTicks(Array<String> settings)Setter for the set of scale y ticks. -
-
Constructor Detail
-
Geo
Geo(String jsChart)
-
-
Method Detail
-
instantiate
static Geo instantiate()
-
extendDataRange
Geo extendDataRange(Number x, Number y, String var_args)
Extends the current input domain with the passed values (if such don't exist in the domain).
-
gap
void gap()
Getter for the gap settings.
-
getType
void getType()
Returns scale type.
-
maxTicksCount
void maxTicksCount()
Getter for maximum ticks count.
-
maxTicksCount
Geo maxTicksCount(Number count)
Setter for maximum ticks count. Use the maxTicksCount() method for interval-mode ticks calculation. If the number of ticks is greater than set in maxTicksCount(), the scale calculates from 4 to 6 ticks.
-
maximumX
void maximumX()
Getter for the maximum X.
-
maximumY
void maximumY()
Getter for the maximum Y.
-
minimumX
void minimumX()
Getter for the minimum X.
-
minimumY
void minimumY()
Getter for the minimum Y.
-
precision
void precision()
Getter for the precision.
-
precision
Geo precision(Number xPrecision, Number yPrecision)
Setter for the precision using several values.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener)
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)
-
unlistenByKey
void unlistenByKey(String key)
Removes an event listener which was added with listen() by the key returned by listen() or listenOnce().
-
xMinorTicks
GeoTicks xMinorTicks()
Getter for the set of scale x minor ticks.
-
xMinorTicks
Geo xMinorTicks(String settings)
Setter for the set of scale x minor ticks.
-
xMinorTicks
Geo xMinorTicks(Array<String> settings)
Setter for the set of scale x minor ticks.
-
yMinorTicks
GeoTicks yMinorTicks()
Getter for the set of scale y minor ticks.
-
yMinorTicks
Geo yMinorTicks(String settings)
Setter for the set of scale y minor ticks.
-
yMinorTicks
Geo yMinorTicks(Array<String> settings)
Setter for the set of scale y minor ticks.
-
-
-
-