AnyChart
API Reference
Still have questions?
Contact support
Top

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

Getter for the splitters enabled state.

Returns:

boolean - Returns enabled state.
Setter for the stock splitters enabled state.

Params:

NameTypeDefaultDescription
enabledboolean
true
If splitters are enabled or disabled.

Returns:

anychart.core.stock.splitters.Settings - Self instance for method chaining.

hovered

Getter for the splitters hovered state.

Returns:

anychart.core.stock.splitters.Hovered - Returns hovered state settings.
Setter for the stock splitters hovered state.

Params:

NameTypeDescription
valueObjectSettings object.

Returns:

anychart.core.stock.splitters.Settings - Self instance for method chaining.

normal

Getter for the splitters normal state.

Returns:

anychart.core.stock.splitters.Normal - Returns normal state settings.
Setter for the stock splitters normal state.

Params:

NameTypeDescription
valueObjectSettings object.

Returns:

anychart.core.stock.splitters.Settings - Self instance for method chaining.

preview

Getter for the splitters dragging area preview.

Returns:

anychart.core.stock.splitters.Preview - Returns dragging preview settings.
Setter for the stock splitters dragging preview settings.

Params:

NameTypeDescription
valueObjectSettings object.

Returns:

anychart.core.stock.splitters.Settings - Self instance for method chaining.