| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model |
| Modifier and Type | Method and Description |
|---|---|
abstract Marker |
PointOptions.getMarker() |
Marker |
PlotOptionsSpline.getMarker() |
Marker |
PlotOptionsSeries.getMarker() |
Marker |
PlotOptionsScatter.getMarker() |
Marker |
PlotOptionsPolygon.getMarker() |
Marker |
PlotOptionsLine.getMarker() |
Marker |
PlotOptionsBubble.getMarker() |
Marker |
PlotOptionsAreaspline.getMarker() |
Marker |
PlotOptionsArea.getMarker() |
Marker |
Hover.getMarker() |
Marker |
AbstractSeriesItem.getMarker()
Returns the marker of the item.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PointOptions.setMarker(Marker marker)
Options for the point markers of line-like series.
|
void |
PlotOptionsSpline.setMarker(Marker marker)
Options for the point markers of line-like series.
|
void |
PlotOptionsSeries.setMarker(Marker marker)
Options for the point markers of line-like series.
|
void |
PlotOptionsScatter.setMarker(Marker marker)
Options for the point markers of line-like series.
|
void |
PlotOptionsPolygon.setMarker(Marker marker)
Options for the point markers of line-like series.
|
void |
PlotOptionsLine.setMarker(Marker marker)
Options for the point markers of line-like series.
|
void |
PlotOptionsBubble.setMarker(Marker marker)
Options for the point markers of line-like series.
|
void |
PlotOptionsAreaspline.setMarker(Marker marker)
Options for the point markers of line-like series.
|
void |
PlotOptionsArea.setMarker(Marker marker)
Options for the point markers of line-like series.
|
void |
Hover.setMarker(Marker marker) |
void |
DataSeriesItem.setMarker(Marker marker)
Sets the marker of this data series item
|
void |
AbstractSeriesItem.setMarker(Marker marker)
Sets the marker of this data series item
|
Copyright © 2025. All rights reserved.