HighchartsChart3DFrameRightOptions class
The right of the frame around a 3D chart.
API Docs: https://api.highcharts.com/highcharts/chart.options3d.frame.right
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsChart3DFrameRightOptions
Constructors
- HighchartsChart3DFrameRightOptions.new({String? color, double? size, String? visible})
- The right of the frame around a 3D chart.
Properties
- color ↔ String?
-
The color of the panel.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ double?
-
The thickness of the panel.
getter/setter pair
- visible ↔ String?
-
Whether to display the frame. Possible values are
true
,false
,"auto"
to display only the frames behind the data, and"default"
to display faces behind the data based on the axis layout, ignoring the point of view.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String -
Serializes the settings to a JSON string.
inherited
-
toOptionsJSON(
StringBuffer buffer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited