HighchartsLegendBubbleLegendLabelsOptions class

Options for the bubble legend labels.

API Docs: https://api.highcharts.com/highcharts/legend.bubbleLegend.labels

Inheritance

Constructors

HighchartsLegendBubbleLegendLabelsOptions.new({String? align, bool? allowOverlap, String? className, String? format, HighchartsCallback? formatter, Map<String, String>? style, double? x, double? y})
Options for the bubble legend labels.

Properties

align String?
The alignment of the labels compared to the bubble legend. Can be one of left, center or right.
getter/setter pair
allowOverlap bool?
Whether to allow data labels to overlap.
getter/setter pair
className String?
An additional class name to apply to the bubble legend label graphical elements. This option does not replace default class names of the graphical element.
getter/setter pair
format String?
A format string for the bubble legend labels. Available variables are the same as for formatter.
getter/setter pair
formatter HighchartsCallback?
Available this properties are:
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
style Map<String, String>?
CSS styles for the labels.
getter/setter pair
x double?
The x position offset of the label relative to the connector.
getter/setter pair
y double?
The y position offset of the label relative to the connector.
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