AnyChart
API Reference
Still have questions?
Contact support
Top

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.
Setter for the connector thumb settings.
The connector thumb is a circle on the task that allows creating connector from one task to another.

Params:

NameTypeDescription
settingsObjectConnector thumb object with settings.

Returns:

anychart.core.gantt.edit.SideControl - Self instance for method chaining.

thumb

Getter for the thumb settings.

Returns:

anychart.core.gantt.edit.Thumb - Thumb settings.
Setter for the thumb settings.
Thumb is a rectangle on the task that allows editing the interval of the task.

Params:

NameTypeDescription
settingsObjectThumb object with settings.

Returns:

anychart.core.gantt.edit.SideControl - Self instance for method chaining.