AnyChart
API Reference
Still have questions?
Contact support
Top
You are looking at an outdated v7 version of this document. Switch to the v8 version to see the up to date information.

class anychart.core.utils.SeriesA11y Improve this Doc

Extends: anychart.core.utils.A11y

Anychart series accessibility class.

Methods Overview

Specific settings
enabled()Accessibility state.
titleFormat()Function to format title text.

Methods Description

enabled

Getter for the accessibility enabled state (enabled or disabled).

Returns:

boolean - The accessibility state.
Setter for the accessibility enabled state.

Params:

NameTypeDefaultDescription
valueboolean
true
Value to set.

Returns:

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

titleFormat

Getter for the function to format title.

Returns:

function | string - Function to format title text.
See listing.
var accessibility = series.a11y();
var titleFormat = accessibility.titleFormat();
Setter for the function to format title.
Learn more about using titleFormat() method.

Params:

NameTypeDescription
valuefunction | stringFunction or token to format title.

Returns:

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