public class LineChartOptions extends ChartOptions
| Constructor and Description | 
|---|
| LineChartOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| CartesianScales | getScales()Gets the options of cartesian scales | 
| boolean | isShowLines()Gets the showLines | 
| boolean | isSpanGaps()Gets the spanGaps | 
| void | setScales(CartesianScales scales)Sets the cartesian scales | 
| void | setShowLines(boolean showLines)Sets the showLines | 
| void | setSpanGaps(boolean spanGaps)Sets the spanGaps | 
getElements, getLegend, getTitle, getTooltip, setElements, setLegend, setTitle, setTooltippublic boolean isShowLines()
public void setShowLines(boolean showLines)
showLines - If false, the lines between points are not drawn.public boolean isSpanGaps()
public void setSpanGaps(boolean spanGaps)
spanGaps - If false, NaN data causes a break in the line.public CartesianScales getScales()
public void setScales(CartesianScales scales)
scales - The CartesianScales objectCopyright © 2020. All rights reserved.