Class DragOptions
java.lang.Object
software.xdev.chartjs.model.options.plugins.zoom.zoom.DragOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetBackgroundColor(Object backgroundColor) setBorderColor(Object borderColor) setBorderWidth(Integer borderWidth) setDrawTime(String drawTime) setEnabled(Boolean enabled) setModifierKey(String modifierKey) setThreshold(Integer threshold)
-
Field Details
-
enabled
-
backgroundColor
-
borderColor
-
borderWidth
-
drawTime
-
threshold
-
modifierKey
-
-
Constructor Details
-
DragOptions
public DragOptions()
-
-
Method Details
-
getEnabled
-
setEnabled
-
getBackgroundColor
-
setBackgroundColor
-
getBorderColor
-
setBorderColor
-
getBorderWidth
-
setBorderWidth
-
getDrawTime
-
setDrawTime
-
getThreshold
-
setThreshold
-
getModifierKey
-
setModifierKey
-