AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.core.waterfall.Connectors Improve this Doc

Methods Overview

Coloring
stroke()Stroke settings.
Miscellaneous
labels()Connectors labels getter.

Methods Description

labels

Connectors labels getter.

Returns:

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

Params:

NameTypeDescription
settingsObjectLabels settings.

Returns:

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

stroke

Setter for stroke settings. Learn more about stroke settings.

Params:

NameTypeDefaultDescription
coloranychart.graphics.vector.Stroke | anychart.graphics.vector.ColoredFill | string | null
Stroke settings.
thicknessnumber
1
Line thickness.
dashpatternstring
Controls the pattern of dashes and gaps used to stroke paths.
lineJoinstring | anychart.graphics.vector.StrokeLineJoin
Line join style.
lineCapstring | anychart.graphics.vector.StrokeLineCap
Line cap style.

Returns:

anychart.core.waterfall.Connectors - Self instance for method chaining.
Getter for stroke settings.

Returns:

anychart.graphics.vector.Stroke - Stroke settings.
Setter for connector stroke using an object. Learn more about connector stroke

Params:

NameTypeDescription
settingsObjectStroke settings from anychart.graphics.vector.Stroke.

Returns:

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