We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.charts.model.
Class Buttons
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Buttons
All Implemented Interfaces:
Options for the export related buttons, print and export. In addition to the default buttons listed here, custom buttons can be added. See navigation.buttonOptions for general options.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setContextButton
(ContextButton contextButton) Options for the export button.
-
Constructor Details
-
Buttons
public Buttons()
-
-
Method Details
-
getContextButton
See Also:
-
setContextButton
Options for the export button.
In styled mode, export button styles can be applied with the
.highcharts-contextbutton
class.
-