HighchartsChartParallelAxesOptions constructor

HighchartsChartParallelAxesOptions({
  1. HighchartsXAxisAccessibilityOptions? accessibility,
  2. bool? alignTicks,
  3. bool? allowDecimals,
  4. List<String>? categories,
  5. double? ceiling,
  6. String? className,
  7. HighchartsXAxisCrosshairOptions? crosshair,
  8. double? crossing,
  9. HighchartsXAxisDateTimeLabelFormatsOptions? dateTimeLabelFormats,
  10. bool? endOnTick,
  11. HighchartsXAxisEventsOptions? events,
  12. double? floor,
  13. double? gridZIndex,
  14. dynamic height,
  15. HighchartsChartParallelAxesLabelsOptions? labels,
  16. dynamic left,
  17. String? lineColor,
  18. double? lineWidth,
  19. double? linkedTo,
  20. double? margin,
  21. dynamic max,
  22. double? maxPadding,
  23. dynamic min,
  24. double? minPadding,
  25. double? minRange,
  26. double? minTickInterval,
  27. String? minorTickColor,
  28. String? minorTickInterval,
  29. double? minorTickLength,
  30. String? minorTickPosition,
  31. double? minorTickWidth,
  32. bool? minorTicks,
  33. double? minorTicksPerMajor,
  34. double? offset,
  35. bool? opposite,
  36. double? pane,
  37. bool? panningEnabled,
  38. bool? reversed,
  39. bool? reversedStacks,
  40. bool? showEmpty,
  41. bool? showFirstLabel,
  42. bool? showLastLabel,
  43. double? softMax,
  44. double? softMin,
  45. HighchartsYAxisStackShadowOptions? stackShadow,
  46. double? startOfWeek,
  47. bool? startOnTick,
  48. double? tickAmount,
  49. String? tickColor,
  50. double? tickInterval,
  51. double? tickLength,
  52. double? tickPixelInterval,
  53. String? tickPosition,
  54. HighchartsCallback? tickPositioner,
  55. List<double>? tickPositions,
  56. double? tickWidth,
  57. String? tickmarkPlacement,
  58. HighchartsChartParallelAxesTitleOptions? title,
  59. String? tooltipValueFormat,
  60. dynamic top,
  61. String? type,
  62. bool? uniqueNames,
  63. List<List>? units,
  64. bool? visible,
  65. dynamic width,
  66. double? zIndex,
  67. bool? zoomEnabled,
})

Common options for all yAxes rendered in a parallel coordinates plot. This feature requires modules/parallel-coordinates.js.

API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes

Implementation

HighchartsChartParallelAxesOptions(
    {this.accessibility,
    this.alignTicks,
    this.allowDecimals,
    this.categories,
    this.ceiling,
    this.className,
    this.crosshair,
    this.crossing,
    this.dateTimeLabelFormats,
    this.endOnTick,
    this.events,
    this.floor,
    this.gridZIndex,
    this.height,
    this.labels,
    this.left,
    this.lineColor,
    this.lineWidth,
    this.linkedTo,
    this.margin,
    this.max,
    this.maxPadding,
    this.min,
    this.minPadding,
    this.minRange,
    this.minTickInterval,
    this.minorTickColor,
    this.minorTickInterval,
    this.minorTickLength,
    this.minorTickPosition,
    this.minorTickWidth,
    this.minorTicks,
    this.minorTicksPerMajor,
    this.offset,
    this.opposite,
    this.pane,
    this.panningEnabled,
    this.reversed,
    this.reversedStacks,
    this.showEmpty,
    this.showFirstLabel,
    this.showLastLabel,
    this.softMax,
    this.softMin,
    this.stackShadow,
    this.startOfWeek,
    this.startOnTick,
    this.tickAmount,
    this.tickColor,
    this.tickInterval,
    this.tickLength,
    this.tickPixelInterval,
    this.tickPosition,
    this.tickPositioner,
    this.tickPositions,
    this.tickWidth,
    this.tickmarkPlacement,
    this.title,
    this.tooltipValueFormat,
    this.top,
    this.type,
    this.uniqueNames,
    this.units,
    this.visible,
    this.width,
    this.zIndex,
    this.zoomEnabled});