![JAR search and dependency download from the Maven repository](/logo.png)
com.github.fluorumlabs.disconnect.highcharts.LegendItemCheckboxStyleOptions 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 javax.annotation.Nullable;
import js.lang.Any;
import org.teavm.jso.JSProperty;
/**
* (Highcharts, Highstock, Highmaps) Default styling for the checkbox next to a
* legend item when showCheckbox
is true.
*
* @see https://api.highcharts.com/highcharts/legend.itemCheckboxStyle
* @see https://api.highcharts.com/highstock/legend.itemCheckboxStyle
* @see https://api.highcharts.com/highmaps/legend.itemCheckboxStyle
*
*/
public interface LegendItemCheckboxStyleOptions extends Any {
/**
* @implspec height?: string;
*
*/
@JSProperty("height")
@Nullable
String getHeight();
/**
* @implspec height?: string;
*
*/
@JSProperty("height")
void setHeight(String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy