HighchartsScrollbarOptions constructor
      
      HighchartsScrollbarOptions({ 
    
- 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,
- String? rifleColor,
- bool? showFull,
- String? trackBackgroundColor,
- String? trackBorderColor,
- double? trackBorderRadius,
- double? trackBorderWidth,
- double? zIndex,
The scrollbar is a means of panning over the X axis of a stock chart. Scrollbars can also be applied to other types of axes.
Implementation
HighchartsScrollbarOptions(
    {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.rifleColor,
    this.showFull,
    this.trackBackgroundColor,
    this.trackBorderColor,
    this.trackBorderRadius,
    this.trackBorderWidth,
    this.zIndex});