All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fluorumlabs.disconnect.highcharts.SeriesAreasplineDataDragDropGuideBoxOptions Maven / Gradle / Ivy

There is a newer version: 0.1.0-alpha2
Show newest version
package com.github.fluorumlabs.disconnect.highcharts;

import javax.annotation.Nullable;
import js.lang.Any;
import org.teavm.jso.JSProperty;

/**
 * (Highcharts, Highstock, Highmaps) Style options for the guide box. The guide
 * box has one state by default, the default state.
 *
 * @see https://api.highcharts.com/highcharts/series.areaspline.data.dragDrop.guideBox
 * @see https://api.highcharts.com/highstock/series.areaspline.data.dragDrop.guideBox
 * @see https://api.highcharts.com/highmaps/series.areaspline.data.dragDrop.guideBox
 *
 */
public interface SeriesAreasplineDataDragDropGuideBoxOptions extends Any {
  /**
   * (Highcharts, Highstock, Highmaps) Style options for the guide box default
   * state.
   *
   * @see https://api.highcharts.com/highcharts/series.areaspline.data.dragDrop.guideBox.default
   * @see https://api.highcharts.com/highstock/series.areaspline.data.dragDrop.guideBox.default
   * @see https://api.highcharts.com/highmaps/series.areaspline.data.dragDrop.guideBox.default
   *
   * @implspec default?: SeriesAreasplineDataDragDropGuideBoxDefaultOptions;
   *
   */
  @JSProperty("default")
  @Nullable
  SeriesAreasplineDataDragDropGuideBoxDefaultOptions getDefault();

  /**
   * (Highcharts, Highstock, Highmaps) Style options for the guide box default
   * state.
   *
   * @see https://api.highcharts.com/highcharts/series.areaspline.data.dragDrop.guideBox.default
   * @see https://api.highcharts.com/highstock/series.areaspline.data.dragDrop.guideBox.default
   * @see https://api.highcharts.com/highmaps/series.areaspline.data.dragDrop.guideBox.default
   *
   * @implspec default?: SeriesAreasplineDataDragDropGuideBoxDefaultOptions;
   *
   */
  @JSProperty("default")
  void setDefault(SeriesAreasplineDataDragDropGuideBoxDefaultOptions value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy