HighchartsChart3DOptions constructor

HighchartsChart3DOptions({
  1. double? alpha,
  2. String? axisLabelPosition,
  3. double? beta,
  4. double? depth,
  5. bool? enabled,
  6. bool? fitToPlot,
  7. HighchartsChart3DFrameOptions? frame,
  8. double? viewDistance,
})

Options to render charts in 3 dimensions. This feature requires highcharts-3d.js, found in the download package or online at code.highcharts.com/highcharts-3d.js.

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

Implementation

HighchartsChart3DOptions(
    {this.alpha,
    this.axisLabelPosition,
    this.beta,
    this.depth,
    this.enabled,
    this.fitToPlot,
    this.frame,
    this.viewDistance});