class anychart.core.gantt.edit.SideControl Improve this Doc
Extends: anychart.core.Base
Edit thumb class. The SideControl class for editing the visual display the thumb and connector thumb. Thumb allows to edit the start or end interval of a task. The connector thumb allows creating a new connector for a task.
Methods Overview
Specific settings | |
connectorThumb() | Connector thumb settings. |
thumb() | Thumb settings. |
Methods Description
connectorThumb
Getter for the connector thumb settings.
Returns:
anychart.core.gantt.edit.Thumb - Connector thumb settings.Try it:
Setter for the connector thumb settings.
The connector thumb is a circle on the task that allows creating connector from one task to another.
The connector thumb is a circle on the task that allows creating connector from one task to another.
Params:
Name | Type | Description |
---|---|---|
settings | Object | Connector thumb object with settings. |
Returns:
anychart.core.gantt.edit.SideControl - Self instance for method chaining.Try it:
thumb
Setter for the thumb settings.
Thumb is a rectangle on the task that allows editing the interval of the task.
Thumb is a rectangle on the task that allows editing the interval of the task.
Params:
Name | Type | Description |
---|---|---|
settings | Object | Thumb object with settings. |
Returns:
anychart.core.gantt.edit.SideControl - Self instance for method chaining.Try it: