HighchartsChart3DFrameBottomOptions constructor

HighchartsChart3DFrameBottomOptions({
  1. String? color,
  2. double? size,
  3. String? visible,
})

The bottom of the frame around a 3D chart.

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

Implementation

HighchartsChart3DFrameBottomOptions({this.color, this.size, this.visible});