public class Marker extends AbstractConfigurationObject
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabled() |
Color |
getFillColor() |
Number |
getHeight() |
Color |
getLineColor() |
Number |
getLineWidth() |
Number |
getRadius() |
States |
getStates() |
MarkerSymbol |
getSymbol() |
Number |
getWidth() |
void |
setEnabled(Boolean enabled)
Enable or disable the point marker.
|
void |
setFillColor(Color fillColor)
The fill color of the point marker.
|
void |
setHeight(Number height)
Image markers only.
|
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 |
setRadius(Number radius)
The radius of the point marker.
|
void |
setStates(States states) |
void |
setSymbol(MarkerSymbol symbol) |
void |
setWidth(Number width)
Image markers only.
|
public Marker()
public Marker(Boolean enabled)
public Boolean getEnabled()
setEnabled(Boolean)public void setEnabled(Boolean enabled)
null, the markers are
hidden when the data is dense, and shown for more widespread data points.
Defaults to: null
public Color getFillColor()
setFillColor(Color)public void setFillColor(Color fillColor)
null, the series'
or point's color is used.public Number getHeight()
setHeight(Number)public void setHeight(Number height)
width must also be set.
Defaults to: null
public Color getLineColor()
setLineColor(Color)public void setLineColor(Color lineColor)
null, the
series' or point's color is used.
Defaults to: #ffffff
public Number getLineWidth()
setLineWidth(Number)public void setLineWidth(Number lineWidth)
Defaults to: 0
public Number getRadius()
setRadius(Number)public void setRadius(Number radius)
Defaults to: 4
public States getStates()
setStates(States)public void setStates(States states)
public Number getWidth()
setWidth(Number)public void setWidth(Number width)
height must also be set.
Defaults to: null
public MarkerSymbol getSymbol()
setSymbol(MarkerSymbol)public void setSymbol(MarkerSymbol symbol)
Copyright © 2021. All rights reserved.