Class Select
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Select
- All Implemented Interfaces:
Serializable
The appearance of the point marker when selected. In order to allow a point
to be selected, set the
series.allowPointSelect
option to true.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEnabled
(Boolean enabled) Enable or disable visible feedback for selection.void
setFillColor
(Color fillColor) The fill color of the point marker.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.
-
Constructor Details
-
Select
public Select() -
Select
-
-
Method Details
-
getEnabled
- See Also:
-
setEnabled
Enable or disable visible feedback for selection.Defaults to: true
-
getFillColor
- See Also:
-
setFillColor
The fill color of the point marker. -
getLineColor
- See Also:
-
setLineColor
The color of the point marker's outline. Whennull
, the series' or point's color is used.Defaults to: #000000
-
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. In hover state, it defaults to the normal state's radius + 2.
-