HighchartsResponsiveRulesConditionOptions class

Under which conditions the rule applies.

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

Inheritance

Constructors

HighchartsResponsiveRulesConditionOptions.new({dynamic callback, double? maxHeight, double? maxWidth, double? minHeight, double? minWidth})
Under which conditions the rule applies.

Properties

callback ↔ dynamic
A callback function to gain complete control on when the responsive rule applies. Return true if it applies. This opens for checking against other metrics than the chart size, for example the document size or other elements.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxHeight double?
The responsive rule applies if the chart height is less than this.
getter/setter pair
maxWidth double?
The responsive rule applies if the chart width is less than this.
getter/setter pair
minHeight double?
The responsive rule applies if the chart height is greater than this.
getter/setter pair
minWidth double?
The responsive rule applies if the chart width is greater than this.
getter/setter pair
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