HighchartsChart3DFrameTopOptions constructor

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

The top of the frame around a 3D chart.

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

Implementation

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