AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.core.surface.markers.droplines.Controller Improve this Doc

Extends: anychart.core.Base

Surface markers droplines controller.

Methods Overview

Coloring
stroke()Stroke settings.
Miscellaneous
enabled()Getter for droplines enabled state.

Methods Description

enabled

Getter for droplines enabled state.

Returns:

boolean -
Setter for droplines enabled state.

Params:

NameTypeDescription
valueboolean

Returns:

anychart.core.surface.markers.Controller - Surface markers controller.

stroke

Getter for the droplines stroke settings.

Returns:

anychart.graphics.vector.Stroke - Stroke settings.
Setter for the droplines stroke settings.

Params:

NameTypeDescription
valueanychart.graphics.vector.Stroke