AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.core.NoDataSettings Improve this Doc

Extends: anychart.core.Base

Class with settings for "No data" feature.
Learn more about "No data" feature

Methods Overview

Data
label()No data label.

Methods Description

label

Getter for no data label.

Returns:

anychart.core.ui.Label - Label instance.
Setter for no data label.

Params:

NameTypeDescription
settingsObject | string | booleanLabel settings.

Returns:

anychart.core.NoDataSettings - Self instance for method chaining.