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.
Constructor and Description |
---|
PlotLine() |
PlotLine(Number value,
Number width,
Color color) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
Color |
getColor() |
DashStyle |
getDashStyle() |
String |
getId() |
Label |
getLabel() |
Number |
getValue() |
Number |
getWidth() |
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 |
setColor(Color color)
The color of the line.
|
void |
setDashStyle(DashStyle dashStyle)
The dashing or dot style for the plot 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 |
setWidth(Number width)
The width or thickness of the plot line.
|
void |
setZIndex(Number zIndex)
The z index of the plot line within the chart.
|
public String getClassName()
setClassName(String)
public void setClassName(String className)
highcharts-plot-line
, to apply to each individual line.public Color getColor()
setColor(Color)
public void setColor(Color color)
public DashStyle getDashStyle()
setDashStyle(DashStyle)
public void setDashStyle(DashStyle dashStyle)
Defaults to: Solid
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 getWidth()
setWidth(Number)
public void setWidth(Number width)
public Number getZIndex()
setZIndex(Number)
public void setZIndex(Number zIndex)
Copyright © 2021. All rights reserved.