HighchartsXAxisScrollbarOptions constructor
HighchartsXAxisScrollbarOptions({
- String? barBackgroundColor,
- String? barBorderColor,
- double? barBorderRadius,
- double? barBorderWidth,
- String? buttonArrowColor,
- String? buttonBackgroundColor,
- String? buttonBorderColor,
- double? buttonBorderRadius,
- double? buttonBorderWidth,
- bool? buttonsEnabled,
- bool? enabled,
- double? height,
- bool? liveRedraw,
- double? margin,
- double? minWidth,
- bool? opposite,
- String? rifleColor,
- bool? showFull,
- String? trackBackgroundColor,
- String? trackBorderColor,
- double? trackBorderRadius,
- double? trackBorderWidth,
- double? zIndex,
An optional scrollbar to display on the X axis in response to limiting the minimum and maximum of the axis values.
API Docs: https://api.highcharts.com/highstock/xAxis.scrollbar
Implementation
HighchartsXAxisScrollbarOptions(
{this.barBackgroundColor,
this.barBorderColor,
this.barBorderRadius,
this.barBorderWidth,
this.buttonArrowColor,
this.buttonBackgroundColor,
this.buttonBorderColor,
this.buttonBorderRadius,
this.buttonBorderWidth,
this.buttonsEnabled,
this.enabled,
this.height,
this.liveRedraw,
this.margin,
this.minWidth,
this.opposite,
this.rifleColor,
this.showFull,
this.trackBackgroundColor,
this.trackBorderColor,
this.trackBorderRadius,
this.trackBorderWidth,
this.zIndex});