HighchartsVectorSeriesClusterZonesOptions class

An array defining zones within marker clusters.

In styled mode, the color zones are styled with the .highcharts-cluster-zone-{n} class, or custom classed from the className option.

API Docs: https://api.highcharts.com/highcharts/series.vector.cluster.zones

Inheritance

Constructors

HighchartsVectorSeriesClusterZonesOptions.new({String? className, double? from, HighchartsVectorSeriesClusterZonesMarkerOptions? marker, double? to})
An array defining zones within marker clusters.

Properties

className String?
Styled mode only. A custom class name for the zone.
getter/setter pair
from double?
The value where the zone starts.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
marker HighchartsVectorSeriesClusterZonesMarkerOptions?
Settings for the cluster marker belonging to the zone.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to double?
The value where the zone ends.
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