Class Marker
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Marker
- All Implemented Interfaces:
Serializable
In Highcharts 1.0, the appearance of all markers belonging to the hovered
series. For settings on the hover state of the individual point, see
marker.states.hover.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetWidth()
void
setEnabled
(Boolean enabled) Enable or disable the point marker.void
setFillColor
(Color fillColor) The fill color of the point marker.void
Image markers only.void
setLineColor
(Color lineColor) The color of the point marker's outline.void
setLineWidth
(Number lineWidth) The width of the point marker's outline.void
The radius of the point marker.void
void
setSymbol
(MarkerSymbol symbol) void
Image markers only.
-
Constructor Details
-
Marker
public Marker() -
Marker
-
-
Method Details
-
getEnabled
- See Also:
-
setEnabled
Enable or disable the point marker. Ifnull
, the markers are hidden when the data is dense, and shown for more widespread data points.Defaults to: null
-
getFillColor
- See Also:
-
setFillColor
The fill color of the point marker. Whennull
, the series' or point's color is used. -
getHeight
- See Also:
-
setHeight
Image markers only. Set the image width explicitly. When using this option, awidth
must also be set.Defaults to: null
-
getLineColor
- See Also:
-
setLineColor
The color of the point marker's outline. Whennull
, the series' or point's color is used.Defaults to: #ffffff
-
getLineWidth
- See Also:
-
setLineWidth
The width of the point marker's outline.Defaults to: 0
-
getRadius
- See Also:
-
setRadius
The radius of the point marker.Defaults to: 4
-
getStates
- See Also:
-
setStates
-
getWidth
- See Also:
-
setWidth
Image markers only. Set the image width explicitly. When using this option, aheight
must also be set.Defaults to: null
-
getSymbol
- See Also:
-
setSymbol
-