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.style.
Class MarkerStyle
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.style.MarkerStyle
All Implemented Interfaces:
Marker style
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setLineColor
(Color lineColor) Sets the color of the point marker's outline.
-
Constructor Details
-
MarkerStyle
public MarkerStyle()
-
-
Method Details
-
getLineColor
See Also:
-
setLineColor
Sets the color of the point marker's outline. When null, the series' or point's color is used. Defaults to "#FFFFFF".
Parameters:
lineColor
-
-