com.vaadin.flow.component.charts.model.
Class Marker
All Implemented Interfaces:
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 TypeMethodDescriptiongetAlign()
getWidth()
void
setAlign
(HorizontalAlign align) Supported only in Gantt charts: Horizontal alignment of the markers relative to the points.
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
Supported only in Gantt charts: Whether to draw the markers inside the points.
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
setVerticalAlign
(VerticalAlign verticalAlign) Supported only in Gantt charts: Vertical alignment of the markers relative to the points.
void
Image markers only.
-
Constructor Details
-
Marker
public Marker() -
Marker
-
-
Method Details
-
getEnabled
See Also:
-
setEnabled
Enable or disable the point marker. If
null
, 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. When
null
, the series' or point's color is used. -
getHeight
See Also:
-
setHeight
Image markers only. Set the image width explicitly. When using this option, a
width
must also be set.Defaults to: null
-
getLineColor
See Also:
-
setLineColor
The color of the point marker's outline. When
null
, 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, a
height
must also be set.Defaults to: null
-
getSymbol
See Also:
-
setSymbol
-
getAlign
See Also:
-
setAlign
Supported only in Gantt charts: Horizontal alignment of the markers relative to the points. Defaults to "center"
-
getVerticalAlign
See Also:
-
setVerticalAlign
Supported only in Gantt charts: Vertical alignment of the markers relative to the points. Defaults to "middle"
-
getInside
See Also:
-
setInside
Supported only in Gantt charts: Whether to draw the markers inside the points. Defaults to false.
-