HighchartsXAxisScrollbarOptions constructor

HighchartsXAxisScrollbarOptions({
  1. String? barBackgroundColor,
  2. String? barBorderColor,
  3. double? barBorderRadius,
  4. double? barBorderWidth,
  5. String? buttonArrowColor,
  6. String? buttonBackgroundColor,
  7. String? buttonBorderColor,
  8. double? buttonBorderRadius,
  9. double? buttonBorderWidth,
  10. bool? buttonsEnabled,
  11. bool? enabled,
  12. double? height,
  13. bool? liveRedraw,
  14. double? margin,
  15. double? minWidth,
  16. bool? opposite,
  17. String? rifleColor,
  18. bool? showFull,
  19. String? trackBackgroundColor,
  20. String? trackBorderColor,
  21. double? trackBorderRadius,
  22. double? trackBorderWidth,
  23. 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});