HCChart3dFrameOptions class

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

Implemented types

Properties

back HCChart3dFrameBackOptions?
(Highcharts) The back side of the frame around a 3D chart.
final
bottom HCChart3dFrameBottomOptions?
(Highcharts) The bottom of the frame around a 3D chart.
final
front HCChart3dFrameFrontOptions?
(Highcharts) The front of the frame around a 3D chart.
final
hashCode int
The hash code for this object.
no setterinherited
left HCChart3dFrameLeftOptions?
(Highcharts) The left side of the frame around a 3D chart.
final
(Highcharts) The right of the frame around a 3D chart.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side HCChart3dFrameSideOptions?
(Highcharts) Note: As of v5.0.12, frame.left or frame.right should be used instead.
final
size num?
(Highcharts) General pixel thickness for the frame faces.
final
top HCChart3dFrameTopOptions?
(Highcharts) The top of the frame around a 3D chart.
final
visible String?
(Highcharts) Whether the frames are visible.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited