Uses of Class
com.vaadin.flow.component.charts.model.Marker
Packages that use Marker
-
Uses of Marker in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return MarkerModifier and TypeMethodDescriptionConnectorStyle.getEndMarker()AbstractSeriesItem.getMarker()Returns the marker of the item.ConnectorStyle.getMarker()Hover.getMarker()PlotOptionsArea.getMarker()PlotOptionsAreaspline.getMarker()PlotOptionsBubble.getMarker()PlotOptionsLine.getMarker()PlotOptionsPolygon.getMarker()PlotOptionsScatter.getMarker()PlotOptionsSeries.getMarker()PlotOptionsSpline.getMarker()PlotOptionsTimeline.getMarker()abstract MarkerPointOptions.getMarker()ConnectorStyle.getStartMarker()Methods in com.vaadin.flow.component.charts.model with parameters of type MarkerModifier and TypeMethodDescriptionvoidConnectorStyle.setEndMarker(Marker endMarker) Marker options specific to the end markers for this chart's Pathfinder connectors.voidSets the marker of this data series itemvoidMarker options for this chart's Pathfinder connectors.voidSets the marker of this data series itemvoidvoidOptions for the point markers of line-like series.voidOptions for the point markers of line-like series.voidOptions for the point markers of line-like series.voidOptions for the point markers of line-like series.voidOptions for the point markers of line-like series.voidOptions for the point markers of line-like series.voidOptions for the point markers of line-like series.voidOptions for the point markers of line-like series.voidOptions for the point markers of line-like series.abstract voidOptions for the point markers of line-like series.voidConnectorStyle.setStartMarker(Marker startMarker) Marker options specific to the start markers for this chart's Pathfinder connectors.