HCNavigationBreadcrumbsPositionOptions class

(Highcharts, Highmaps) Positioning for the button row. The breadcrumbs buttons will be aligned properly for the default chart layout (title, subtitle, legend, range selector) for the custom chart layout set the position properties.

Implemented types

Constructors

HCNavigationBreadcrumbsPositionOptions({String? align, String? verticalAlign, num? x, num? y})
const

Properties

align String?
(Highcharts, Highmaps) Horizontal alignment of the breadcrumbs buttons.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verticalAlign String?
(Highcharts, Highmaps) Vertical alignment of the breadcrumbs buttons.
final
x num?
(Highcharts, Highmaps) The X offset of the breadcrumbs button group.
final
y num?
(Highcharts, Highmaps) The Y offset of the breadcrumbs button group. When undefined, and floating is false, the y position is adapted so that the breadcrumbs are rendered outside the target area.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited