HighchartsChart3DFrameLeftOptions constructor

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

The left side of the frame around a 3D chart.

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

Implementation

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