Modifier and Type | Interface and Description |
---|---|
static interface |
PlotSeriesDragDropDragHandleOptions.PathFormatter |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
(Highcharts, Highstock, Highmaps) The class name of the drag handles.
|
Unknown |
getColor()
(Highcharts, Highstock, Highmaps) The fill color of the drag handles.
|
String |
getCursor()
(Highcharts, Highstock, Highmaps) The mouse cursor to use for the drag
handles.
|
String |
getLineColor()
(Highcharts, Highstock, Highmaps) The line color of the drag handles.
|
double |
getLineWidth()
(Highcharts, Highstock, Highmaps) The line width for the drag handles.
|
PlotSeriesDragDropDragHandleOptions.PathFormatter |
getPathFormatter()
(Highcharts, Highstock, Highmaps) Function to define the SVG path to use
for the drag handles.
|
double |
getZIndex()
(Highcharts, Highstock, Highmaps) The z index for the drag handles.
|
void |
setClassName(String value)
(Highcharts, Highstock, Highmaps) The class name of the drag handles.
|
void |
setColor(Any value)
(Highcharts, Highstock, Highmaps) The fill color of the drag handles.
|
void |
setColor(GradientColorObject value)
(Highcharts, Highstock, Highmaps) The fill color of the drag handles.
|
void |
setColor(String value)
(Highcharts, Highstock, Highmaps) The fill color of the drag handles.
|
void |
setCursor(String value)
(Highcharts, Highstock, Highmaps) The mouse cursor to use for the drag
handles.
|
void |
setLineColor(String value)
(Highcharts, Highstock, Highmaps) The line color of the drag handles.
|
void |
setLineWidth(double value)
(Highcharts, Highstock, Highmaps) The line width for the drag handles.
|
void |
setPathFormatter(PlotSeriesDragDropDragHandleOptions.PathFormatter value)
(Highcharts, Highstock, Highmaps) Function to define the SVG path to use
for the drag handles.
|
void |
setZIndex(double value)
(Highcharts, Highstock, Highmaps) The z index for the drag handles.
|
@Nullable String getClassName()
highcharts-drag-handle
.void setClassName(String value)
highcharts-drag-handle
.@Nullable Unknown getColor()
void setColor(GradientColorObject value)
void setColor(String value)
void setColor(Any value)
@Nullable String getCursor()
ew-resize
and ns-resize
depending on the direction the point is being dragged.void setCursor(String value)
ew-resize
and ns-resize
depending on the direction the point is being dragged.@Nullable String getLineColor()
void setLineColor(String value)
double getLineWidth()
void setLineWidth(double value)
@Nullable PlotSeriesDragDropDragHandleOptions.PathFormatter getPathFormatter()
void setPathFormatter(PlotSeriesDragDropDragHandleOptions.PathFormatter value)
double getZIndex()
void setZIndex(double value)
Copyright © 2020. All rights reserved.