HighchartsRangeSelectorOptions constructor
HighchartsRangeSelectorOptions({
- bool? allButtonsEnabled,
- HighchartsRangeSelectorButtonPositionOptions? buttonPosition,
- double? buttonSpacing,
- dynamic buttonTheme,
- List<
HighchartsRangeSelectorButtonsOptions> ? buttons, - String? dropdown,
- bool? enabled,
- bool? floating,
- double? height,
- String? inputBoxBorderColor,
- double? inputBoxHeight,
- double? inputBoxWidth,
- String? inputDateFormat,
- HighchartsCallback? inputDateParser,
- String? inputEditDateFormat,
- bool? inputEnabled,
- HighchartsRangeSelectorInputPositionOptions? inputPosition,
- double? inputSpacing,
- Map<
String, String> ? inputStyle, - Map<
String, String> ? labelStyle, - double? selected,
- String? verticalAlign,
- double? x,
- double? y,
The range selector is a tool for selecting ranges to display within the chart. It provides buttons to select preconfigured ranges in the chart, like 1 day, 1 week, 1 month etc. It also provides input boxes where min and max dates can be manually input.
API Docs: https://api.highcharts.com/highstock/rangeSelector
Implementation
HighchartsRangeSelectorOptions(
{this.allButtonsEnabled,
this.buttonPosition,
this.buttonSpacing,
this.buttonTheme,
this.buttons,
this.dropdown,
this.enabled,
this.floating,
this.height,
this.inputBoxBorderColor,
this.inputBoxHeight,
this.inputBoxWidth,
this.inputDateFormat,
this.inputDateParser,
this.inputEditDateFormat,
this.inputEnabled,
this.inputPosition,
this.inputSpacing,
this.inputStyle,
this.labelStyle,
this.selected,
this.verticalAlign,
this.x,
this.y});