HighchartsAccessibilityKeyboardNavigationSeriesNavigationOptions constructor

HighchartsAccessibilityKeyboardNavigationSeriesNavigationOptions({
  1. String? mode,
  2. double? pointNavigationEnabledThreshold,
  3. bool? rememberPointFocus,
  4. String? skipNullPoints,
})

Options for the keyboard navigation of data points and series.

API Docs: https://api.highcharts.com/highcharts/accessibility.keyboardNavigation.seriesNavigation

Implementation

HighchartsAccessibilityKeyboardNavigationSeriesNavigationOptions(
    {this.mode,
    this.pointNavigationEnabledThreshold,
    this.rememberPointFocus,
    this.skipNullPoints});