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 Condition
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Condition
All Implemented Interfaces:
Under which conditions the rule applies.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCallback
(String _fn_callback) void
setMaxHeight
(Number maxHeight) The responsive rule applies if the chart height is less than this.
void
setMaxWidth
(Number maxWidth) The responsive rule applies if the chart width is less than this.
void
setMinHeight
(Number minHeight) The responsive rule applies if the chart height is greater than this.
void
setMinWidth
(Number minWidth) The responsive rule applies if the chart width is greater than this.
-
Constructor Details
-
Condition
public Condition()
-
-
Method Details
-
getCallback
-
setCallback
-
getMaxHeight
See Also:
-
setMaxHeight
The responsive rule applies if the chart height is less than this.
-
getMaxWidth
See Also:
-
setMaxWidth
The responsive rule applies if the chart width is less than this.
-
getMinHeight
See Also:
-
setMinHeight
The responsive rule applies if the chart height is greater than this.
Defaults to: 0
-
getMinWidth
See Also:
-
setMinWidth
The responsive rule applies if the chart width is greater than this.
Defaults to: 0
-