HighchartsNoDataOptions class
Options for displaying a message like "No data to display". This feature requires the file no-data-to-display.js to be loaded in the page. The actual text to display is set in the lang.noData option.
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsNoDataOptions
Constructors
-
HighchartsNoDataOptions.new({dynamic attr, HighchartsNoDataPositionOptions? position, Map<
String, String> ? style, bool? useHTML}) - Options for displaying a message like "No data to display". This feature requires the file no-data-to-display.js to be loaded in the page. The actual text to display is set in the lang.noData option.
Properties
- attr ↔ dynamic
-
An object of additional SVG attributes for the no-data label.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- position ↔ HighchartsNoDataPositionOptions?
-
The position of the no-data label, relative to the plot area.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
style
↔ Map<
String, String> ? -
CSS styles for the no-data label.
getter/setter pair
- useHTML ↔ bool?
-
Whether to insert the label as HTML, or as pseudo-HTML rendered with
SVG.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String -
Serializes the settings to a JSON string.
inherited
-
toOptionsJSON(
StringBuffer buffer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited