![JAR search and dependency download from the Maven repository](/logo.png)
com.github.highcharts4gwt.model.highcharts.option.mock.seriesareaspline.MockClickEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highcharts Show documentation
Show all versions of highcharts Show documentation
GWT wrapper for highcharts library.
The newest version!
package com.github.highcharts4gwt.model.highcharts.option.mock.seriesareaspline;
import com.github.highcharts4gwt.model.highcharts.option.api.seriesareaspline.ClickEvent;
public class MockClickEvent
implements ClickEvent
{
private com.github.highcharts4gwt.model.highcharts.object.api.Series Series;
public com.github.highcharts4gwt.model.highcharts.object.api.Series series() {
return Series;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy