HighchartsChart3DFrameSideOptions class
Note: As of v5.0.12, frame.left
or frame.right
should be used instead.
The side for the frame around a 3D chart.
API Docs: https://api.highcharts.com/highcharts/chart.options3d.frame.side
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsChart3DFrameSideOptions
Constructors
- HighchartsChart3DFrameSideOptions.new({String? color, double? size})
-
Note: As of v5.0.12,
frame.left
orframe.right
should be used instead.
Properties
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