public class LineSeries extends ChartSeries<LineSeries>
Series.PointStyle
Constructor and Description |
---|
LineSeries(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
LineSeries |
disableSmoothing() |
com.fasterxml.jackson.databind.node.ObjectNode |
getJsonDataNode(com.fasterxml.jackson.databind.ObjectMapper mapper) |
int |
getPointHoverRadius() |
int |
getPointRadius() |
Series.PointStyle |
getPointStyle() |
protected LineSeries |
getThis() |
boolean |
isSmooth() |
boolean |
isStepped() |
LineSeries |
setPointHoverRadius(int pointHoverRadius) |
LineSeries |
setPointRadius(int pointRadius) |
LineSeries |
setPointStyle(Series.PointStyle pointStyle) |
LineSeries |
setSmooth(boolean smooth) |
LineSeries |
setStepped(boolean stepped) |
LineSeries |
stepped() |
add, add, fill, get, getBgColor, getColor, getDataMap, hideLine, isFilled, isHideLine, setBgColor, setColor, setDataMap, setFilled, setHideLine
getBorderWidth, getName, setBorderWidth, setName
protected LineSeries getThis()
getThis
in class Series<LineSeries>
public boolean isSmooth()
public LineSeries setSmooth(boolean smooth)
public LineSeries disableSmoothing()
public int getPointRadius()
public LineSeries setPointRadius(int pointRadius)
public int getPointHoverRadius()
public LineSeries setPointHoverRadius(int pointHoverRadius)
public Series.PointStyle getPointStyle()
public LineSeries setPointStyle(Series.PointStyle pointStyle)
public boolean isStepped()
public LineSeries setStepped(boolean stepped)
public LineSeries stepped()
public com.fasterxml.jackson.databind.node.ObjectNode getJsonDataNode(com.fasterxml.jackson.databind.ObjectMapper mapper)
getJsonDataNode
in class ChartSeries<LineSeries>
Copyright © 2001-2017 Jalios SA. All Rights Reserved.