@Generated(value="This class is generated and shouldn\'t be modified", comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new") public class PlotLine extends AbstractConfigurationObject
An array of lines stretching across the plot area, marking a specific value on one of the axes.
In styled mode, the plot lines are styled by the
.highcharts-plot-line
class in addition to the
className
option.
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getId() |
Label |
getLabel() |
Number |
getValue() |
Number |
getZIndex() |
void |
setClassName(String className)
A custom class name, in addition to the default
highcharts-plot-line , to apply to each individual line. |
void |
setId(String id)
An id used for identifying the plot line in Axis.removePlotLine.
|
void |
setLabel(Label label)
Text labels for the plot bands
|
void |
setValue(Number value)
The position of the line in axis units.
|
void |
setZIndex(Number zIndex)
The z index of the plot line within the chart.
|
public PlotLine()
public PlotLine(Number value)
public String getClassName()
setClassName(String)
public void setClassName(String className)
highcharts-plot-line
, to apply to each individual line.public String getId()
setId(String)
public void setId(String id)
public Label getLabel()
setLabel(Label)
public void setLabel(Label label)
public Number getValue()
setValue(Number)
public void setValue(Number value)
public Number getZIndex()
setZIndex(Number)
public void setZIndex(Number zIndex)
Copyright © 2019. All rights reserved.