public class HIPlotLines extends HIFoundation
| Constructor and Description |
|---|
HIPlotLines() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Remove the plot line.
|
java.lang.String |
getClassName() |
HIColor |
getColor() |
java.lang.String |
getDashStyle() |
HIEvents |
getEvents() |
java.lang.String |
getId() |
HILabel |
getLabel() |
HILabels |
getLabels() |
java.util.HashMap<java.lang.String,java.lang.Object> |
getParams() |
java.lang.Number |
getValue() |
java.lang.Number |
getWidth() |
java.lang.Number |
getZIndex() |
void |
setClassName(java.lang.String className)
A custom class name, in addition to the defaults `highcharts-plot-line`, to apply to each individual line.
|
void |
setColor(HIColor color)
The color of the line.
|
void |
setDashStyle(java.lang.String dashStyle)
The dashing or dot style for the plot line.
|
void |
setEvents(HIEvents events)
An object defining mouse events for the plot line.
|
void |
setId(java.lang.String id)
An id used for identifying the plot line in Axis.removePlotLine.
|
void |
setLabel(HILabel label)
Text labels for the plot bands
|
void |
setLabels(HILabels labels) |
void |
setValue(java.lang.Number value)
The position of the line in axis units.
|
void |
setWidth(java.lang.Number width)
The width or thickness of the plot line.
|
void |
setZIndex(java.lang.Number zIndex)
The z index of the plot line within the chart.
|
public void destroy()
public java.lang.String getClassName()
public HIColor getColor()
public java.lang.String getDashStyle()
public HIEvents getEvents()
public java.lang.String getId()
public HILabel getLabel()
public HILabels getLabels()
public java.util.HashMap<java.lang.String,java.lang.Object> getParams()
getParams in class HIFoundationpublic java.lang.Number getValue()
public java.lang.Number getWidth()
public java.lang.Number getZIndex()
public void setClassName(java.lang.String className)
public void setColor(HIColor color)
public void setDashStyle(java.lang.String dashStyle)
public void setEvents(HIEvents events)
public void setId(java.lang.String id)
public void setLabel(HILabel label)
public void setLabels(HILabels labels)
public void setValue(java.lang.Number value)
public void setWidth(java.lang.Number width)
public void setZIndex(java.lang.Number zIndex)