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:
public class Buttons extends AbstractConfigurationObject
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 Constructor Description Buttons()
-
Method Summary
All Methods Modifier and Type Method Description ContextButton
getContextButton()
void
setContextButton​(ContextButton contextButton)
Options for the export button.
-
-
-
Method Detail
-
getContextButton
public ContextButton getContextButton()
See Also:
-
setContextButton
public void setContextButton​(ContextButton contextButton)
Options for the export button.
In styled mode, export button styles can be applied with the
.highcharts-contextbutton
class.
-
-