HCChart3dFrameOptions class
(Highcharts) Provides the option to draw a frame around the charts by defining a bottom, front and back panel.
- Implemented types
Constructors
- HCChart3dFrameOptions({HCChart3dFrameBackOptions? back, HCChart3dFrameBottomOptions? bottom, HCChart3dFrameFrontOptions? front, HCChart3dFrameLeftOptions? left, HCChart3dFrameRightOptions? right, HCChart3dFrameSideOptions? side, num? size, HCChart3dFrameTopOptions? top, String? visible})
-
const
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
- right → HCChart3dFrameRightOptions?
-
(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.leftorframe.rightshould 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