![JAR search and dependency download from the Maven repository](/logo.png)
com.github.fluorumlabs.disconnect.highcharts.TimeTicksInfoObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of disconnect-highcharts Show documentation
Show all versions of disconnect-highcharts Show documentation
Highcharts API bindings for Disconnect Zero
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