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 Description
label
Setter for no data label.
Detailed description
Sets label settings depending on parameter type:
- boolean - disable or enable label.
- object - sets label settings.
- string - sets label text.
Params:
Name | Type | Description |
---|---|---|
settings | Object | string | boolean | Label settings. |
Returns:
anychart.core.NoDataSettings - Self instance for method chaining.