HighchartsChart3DFrameOptions constructor
HighchartsChart3DFrameOptions({
- HighchartsChart3DFrameBackOptions? back,
- HighchartsChart3DFrameBottomOptions? bottom,
- HighchartsChart3DFrameFrontOptions? front,
- HighchartsChart3DFrameLeftOptions? left,
- HighchartsChart3DFrameRightOptions? right,
- HighchartsChart3DFrameSideOptions? side,
- double? size,
- HighchartsChart3DFrameTopOptions? top,
- String? visible,
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});