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:
Name | Type | Description |
---|---|---|
value | boolean |
Returns:
anychart.core.surface.markers.Controller - Surface markers controller.Try it:
stroke
Getter for the droplines stroke settings.
Returns:
anychart.graphics.vector.Stroke - Stroke settings.Setter for the droplines stroke settings.
Params:
Name | Type | Description |
---|---|---|
value | anychart.graphics.vector.Stroke |
Try it: