HighchartsResponsiveRulesOptions class

A set of rules for responsive settings. The rules are executed from the top down.

API Docs: https://api.highcharts.com/highcharts/responsive.rules

Inheritance

Constructors

HighchartsResponsiveRulesOptions.new({dynamic chartOptions, HighchartsResponsiveRulesConditionOptions? condition})
A set of rules for responsive settings. The rules are executed from the top down.

Properties

chartOptions ↔ dynamic
A full set of chart options to apply as overrides to the general chart options. The chart options are applied when the given rule is active.
getter/setter pair
condition HighchartsResponsiveRulesConditionOptions?
Under which conditions the rule applies.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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