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

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

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

import java.lang.String;
import org.teavm.jso.JSProperty;

/**
 * Additonal time tick information.
 *
 */
public interface TimeTicksInfoObject extends NormalizedIntervalObject {
  /**
   * @implspec higherRanks: Array;
   *
   */
  @JSProperty("higherRanks")
  String[] getHigherRanks();

  /**
   * @implspec higherRanks: Array;
   *
   */
  @JSProperty("higherRanks")
  void setHigherRanks(String[] value);

  /**
   * @implspec totalRange: number;
   *
   */
  @JSProperty("totalRange")
  double getTotalRange();

  /**
   * @implspec totalRange: number;
   *
   */
  @JSProperty("totalRange")
  void setTotalRange(double value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy