Modifier and Type | Interface and Description |
---|---|
static class |
NavigatorXAxisCurrentDateIndicatorOptions.DashStyle |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
(Gantt) A custom class name, in addition to the default
highcharts-plot-line , to apply to each individual line. |
Unknown |
getColor()
(Gantt) The color of the line.
|
NavigatorXAxisCurrentDateIndicatorOptions.DashStyle |
getDashStyle()
(Gantt) The dashing or dot style for the plot line.
|
Any |
getEvents()
(Gantt) An object defining mouse events for the plot line.
|
String |
getId()
(Gantt) An id used for identifying the plot line in Axis.removePlotLine.
|
NavigatorXAxisCurrentDateIndicatorLabelOptions |
getLabel()
(Gantt) Text labels for the plot bands
|
double |
getWidth()
(Gantt) The width or thickness of the plot line.
|
double |
getZIndex()
(Gantt) The z index of the plot line within the chart.
|
void |
setClassName(String value)
(Gantt) A custom class name, in addition to the default
highcharts-plot-line , to apply to each individual line. |
void |
setColor(Any value)
(Gantt) The color of the line.
|
void |
setColor(GradientColorObject value)
(Gantt) The color of the line.
|
void |
setColor(String value)
(Gantt) The color of the line.
|
void |
setDashStyle(NavigatorXAxisCurrentDateIndicatorOptions.DashStyle value)
(Gantt) The dashing or dot style for the plot line.
|
void |
setEvents(Any value)
(Gantt) An object defining mouse events for the plot line.
|
void |
setId(String value)
(Gantt) An id used for identifying the plot line in Axis.removePlotLine.
|
void |
setLabel(NavigatorXAxisCurrentDateIndicatorLabelOptions value)
(Gantt) Text labels for the plot bands
|
void |
setWidth(double value)
(Gantt) The width or thickness of the plot line.
|
void |
setZIndex(double value)
(Gantt) The z index of the plot line within the chart.
|
@Nullable String getClassName()
highcharts-plot-line
, to apply to each individual line.void setClassName(String value)
highcharts-plot-line
, to apply to each individual line.void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
@Nullable NavigatorXAxisCurrentDateIndicatorOptions.DashStyle getDashStyle()
void setDashStyle(NavigatorXAxisCurrentDateIndicatorOptions.DashStyle value)
@Nullable Any getEvents()
click
, mouseover
, mouseout
, mousemove
.void setEvents(Any value)
click
, mouseover
, mouseout
, mousemove
.@Nullable String getId()
void setId(String value)
@Nullable NavigatorXAxisCurrentDateIndicatorLabelOptions getLabel()
void setLabel(NavigatorXAxisCurrentDateIndicatorLabelOptions value)
double getWidth()
void setWidth(double value)
double getZIndex()
void setZIndex(double value)
Copyright © 2020. All rights reserved.