public interface PlotEmaDragDropOptions extends Any
dragDrop
API structure, the module fires three events, point.dragStart,
point.drag and point.drop.
It requires the modules/draggable-points.js
file to be loaded.Modifier and Type | Method and Description |
---|---|
boolean |
getDraggableX()
(Highstock) Enable dragging in the X dimension.
|
boolean |
getDraggableY()
(Highstock) Enable dragging in the Y dimension.
|
PlotEmaDragDropDragHandleOptions |
getDragHandle()
(Highstock) Options for the drag handles.
|
double |
getDragMaxX()
(Highstock) Set the maximum X value the points can be moved to.
|
double |
getDragMaxY()
(Highstock) Set the maximum Y value the points can be moved to.
|
double |
getDragMinX()
(Highstock) Set the minimum X value the points can be moved to.
|
double |
getDragMinY()
(Highstock) Set the minimum Y value the points can be moved to.
|
double |
getDragPrecisionX()
(Highstock) The X precision value to drag to for this series.
|
double |
getDragPrecisionY()
(Highstock) The Y precision value to drag to for this series.
|
double |
getDragSensitivity()
(Highstock) The amount of pixels to drag the pointer before it counts as
a drag operation.
|
String |
getGroupBy()
(Highstock) Group the points by a property.
|
Unknown |
getGuideBox()
(Highstock) Style options for the guide box.
|
boolean |
getLiveRedraw()
(Highstock) Update points as they are dragged.
|
void |
setDraggableX(boolean value)
(Highstock) Enable dragging in the X dimension.
|
void |
setDraggableY(boolean value)
(Highstock) Enable dragging in the Y dimension.
|
void |
setDragHandle(PlotEmaDragDropDragHandleOptions value)
(Highstock) Options for the drag handles.
|
void |
setDragMaxX(double value)
(Highstock) Set the maximum X value the points can be moved to.
|
void |
setDragMaxY(double value)
(Highstock) Set the maximum Y value the points can be moved to.
|
void |
setDragMinX(double value)
(Highstock) Set the minimum X value the points can be moved to.
|
void |
setDragMinY(double value)
(Highstock) Set the minimum Y value the points can be moved to.
|
void |
setDragPrecisionX(double value)
(Highstock) The X precision value to drag to for this series.
|
void |
setDragPrecisionY(double value)
(Highstock) The Y precision value to drag to for this series.
|
void |
setDragSensitivity(double value)
(Highstock) The amount of pixels to drag the pointer before it counts as
a drag operation.
|
void |
setGroupBy(String value)
(Highstock) Group the points by a property.
|
void |
setGuideBox(Dictionary<PlotSeriesDragDropGuideBoxDefaultOptions> value)
(Highstock) Style options for the guide box.
|
void |
setGuideBox(PlotEmaDragDropGuideBoxOptions value)
(Highstock) Style options for the guide box.
|
void |
setLiveRedraw(boolean value)
(Highstock) Update points as they are dragged.
|
boolean getDraggableX()
void setDraggableX(boolean value)
boolean getDraggableY()
void setDraggableY(boolean value)
@Nullable PlotEmaDragDropDragHandleOptions getDragHandle()
void setDragHandle(PlotEmaDragDropDragHandleOptions value)
double getDragMaxX()
void setDragMaxX(double value)
double getDragMaxY()
void setDragMaxY(double value)
double getDragMinX()
void setDragMinX(double value)
double getDragMinY()
void setDragMinY(double value)
double getDragPrecisionX()
void setDragPrecisionX(double value)
double getDragPrecisionY()
void setDragPrecisionY(double value)
double getDragSensitivity()
void setDragSensitivity(double value)
@Nullable String getGroupBy()
void setGroupBy(String value)
@Nullable Unknown getGuideBox()
default
state.void setGuideBox(PlotEmaDragDropGuideBoxOptions value)
default
state.void setGuideBox(Dictionary<PlotSeriesDragDropGuideBoxDefaultOptions> value)
default
state.boolean getLiveRedraw()
void setLiveRedraw(boolean value)
Copyright © 2020. All rights reserved.