HighchartsRangeSelectorButtonsOptions class

An array of configuration objects for the buttons.

Defaults to:

API Docs: https://api.highcharts.com/highcharts/rangeSelector.buttons

Inheritance

Constructors

HighchartsRangeSelectorButtonsOptions.new({double? count, HighchartsRangeSelectorButtonsDataGroupingOptions? dataGrouping, HighchartsRangeSelectorButtonsEventsOptions? events, double? offsetMax, double? offsetMin, bool? preserveDataGrouping, String? text, String? title, String? type})
An array of configuration objects for the buttons.

Properties

count double?
How many units of the defined type the button should span. If type is "month" and count is 3, the button spans three months.
getter/setter pair
dataGrouping HighchartsRangeSelectorButtonsDataGroupingOptions?
A custom data grouping object for each button.
getter/setter pair
events HighchartsRangeSelectorButtonsEventsOptions?
Highcharts Options Widget.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offsetMax double?
Additional range (in milliseconds) added to the end of the calculated time span.
getter/setter pair
offsetMin double?
Additional range (in milliseconds) added to the start of the calculated time span.
getter/setter pair
preserveDataGrouping bool?
When buttons apply dataGrouping on a series, by default zooming in/out will deselect buttons and unset dataGrouping. Enable this option to keep buttons selected when extremes change.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
The text for the button itself.
getter/setter pair
title String?
Explanation for the button, shown as a tooltip on hover, and used by assistive technology.
getter/setter pair
type String?
Defined the time span for the button. Can be one of millisecond, second, minute, hour, day, week, month, year, ytd, and all.
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