HighchartsChart3DFrameOptions constructor

Provides the option to draw a frame around the charts by defining a bottom, front and back panel.

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

Implementation

HighchartsChart3DFrameOptions(
    {this.back,
    this.bottom,
    this.front,
    this.left,
    this.right,
    this.side,
    this.size,
    this.top,
    this.visible});