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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWidth()voidsetEnabled(Boolean enabled) Enable or disable the point marker.voidsetFillColor(Color fillColor) The fill color of the point marker.voidImage markers only.voidsetLineColor(Color lineColor) The color of the point marker's outline.voidsetLineWidth(Number lineWidth) The width of the point marker's outline.voidThe radius of the point marker.voidvoidsetSymbol(MarkerSymbol symbol) voidImage 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, awidthmust 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, aheightmust also be set.Defaults to: null
-
getSymbol
- See Also:
-
setSymbol
-