AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.core.utils.QuarterSettings Improve this Doc

Extends: anychart.core.Base

Quarter settings class.

Methods Overview

Chart Controls
leftBottom()Left-bottom quarter settings.
leftTop()Left-top quarter settings.
rightBottom()Right-bottom quarter settings.
rightTop()Right-top quarter settings.

Methods Description

leftBottom

Getter for left-bottom quarter.

Returns:

anychart.core.utils.Quarter - Quarter settings.
Setter for left-bottom quarter.

Params:

NameTypeDescription
settingsObjectQuarter settings.

Returns:

anychart.core.utils.QuarterSettings - Self instance for method chaining.

leftTop

Getter for left-top quarter.

Returns:

anychart.core.utils.Quarter - Quarter settings.
Setter for left-top quarter.

Params:

NameTypeDescription
settingsObjectQuarter settings.

Returns:

anychart.core.utils.QuarterSettings - Self instance for method chaining.

rightBottom

Getter for right-bottom quarter.

Returns:

anychart.core.utils.Quarter - Quarter settings.
Setter for right-bottom quarter.

Params:

NameTypeDescription
settingsObjectQuarter settings.

Returns:

anychart.core.utils.QuarterSettings - Self instance for method chaining.

rightTop

Getter for right-top quarter.

Returns:

anychart.core.utils.Quarter - Quarter settings.
Setter for right-top quarter.

Params:

NameTypeDescription
settingsObjectQuarter settings.

Returns:

anychart.core.utils.QuarterSettings - Self instance for method chaining.