AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.core.waterfall.Arrow Improve this Doc

Methods Overview

Miscellaneous
connector()Connector settings.
from()From settings.
label()Label settings.
to()To settings.

Methods Description

connector

Connector setter.

Params:

NameTypeDescription
settingsObjectConnector settings.

Returns:

anychart.core.waterfall.Arrow - Self instance for method chaining.
Connector getter.

Returns:

anychart.core.waterfall.ArrowConnector - Arrow connector instance.

from

Arrow from value setter.

Params:

NameTypeDescription
valuestringName of the point arrow goes out of.

Returns:

anychart.core.waterfall.Arrow - Self instance for method chaining.
Arrow from value getter.

Returns:

string - From point name.

label

Arrow label getter.

Returns:

anychart.core.ui.LabelsFactory - Labels factory instance.
Arrow labels setter.

Params:

NameTypeDescription
settingsObjectLabels settings.

Returns:

anychart.core.waterfall.Arrow - Self instance for method chaining.

to

Arrow to value setter.

Params:

NameTypeDescription
valuestringName of the point arrow goes to.

Returns:

anychart.core.waterfall.Arrow - Self instance for method chaining.
Arrow to value getter.

Returns:

string - To point name.