![JAR search and dependency download from the Maven repository](/logo.png)
com.github.fluorumlabs.disconnect.highcharts.SeriesClickEventObject 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 js.lang.Any;
import org.teavm.jso.JSProperty;
/**
* Common information for a click event on a series.
*
*/
public interface SeriesClickEventObject extends Any {
/**
* Nearest point on the graph.
*
* @implspec point: Point;
*
*/
@JSProperty("point")
Point getPoint();
/**
* Nearest point on the graph.
*
* @implspec point: Point;
*
*/
@JSProperty("point")
void setPoint(Point value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy