class anychart.core.stock.splitters.Settings Improve this Doc
Extends: anychart.core.Base
Stock splitter settings class.
Methods Overview
Enabled/Disabled | |
enabled() | Splitters enabled state. |
State settings | |
hovered() | Splitters hovered state. |
normal() | Splitters normal state. |
Visual appearance | |
preview() | Getter for the splitters dragging area preview. |
Methods Description
enabled
Setter for the stock splitters enabled state.
Params:
Name | Type | Default | Description |
---|---|---|---|
enabled | boolean | true | If splitters are enabled or disabled. |
Returns:
anychart.core.stock.splitters.Settings - Self instance for method chaining.Try it:
hovered
Getter for the splitters hovered state.
Returns:
anychart.core.stock.splitters.Hovered - Returns hovered state settings.Try it:
Setter for the stock splitters hovered state.
Params:
Name | Type | Description |
---|---|---|
value | Object | Settings object. |
Returns:
anychart.core.stock.splitters.Settings - Self instance for method chaining.Try it:
normal
Getter for the splitters normal state.
Returns:
anychart.core.stock.splitters.Normal - Returns normal state settings.Try it:
Setter for the stock splitters normal state.
Params:
Name | Type | Description |
---|---|---|
value | Object | Settings object. |
Returns:
anychart.core.stock.splitters.Settings - Self instance for method chaining.Try it:
preview
Getter for the splitters dragging area preview.
Returns:
anychart.core.stock.splitters.Preview - Returns dragging preview settings.Try it:
Setter for the stock splitters dragging preview settings.
Params:
Name | Type | Description |
---|---|---|
value | Object | Settings object. |
Returns:
anychart.core.stock.splitters.Settings - Self instance for method chaining.Try it: