HighchartsChart3DOptions class

Options to render charts in 3 dimensions. This feature requires highcharts-3d.js, found in the download package or online at code.highcharts.com/highcharts-3d.js.

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

Inheritance

Constructors

HighchartsChart3DOptions.new({double? alpha, String? axisLabelPosition, double? beta, double? depth, bool? enabled, bool? fitToPlot, HighchartsChart3DFrameOptions? frame, double? viewDistance})
Options to render charts in 3 dimensions. This feature requires highcharts-3d.js, found in the download package or online at code.highcharts.com/highcharts-3d.js.

Properties

alpha double?
One of the two rotation angles for the chart.
getter/setter pair
axisLabelPosition String?
Set it to "auto" to automatically move the labels to the best edge.
getter/setter pair
beta double?
One of the two rotation angles for the chart.
getter/setter pair
depth double?
The total depth of the chart.
getter/setter pair
enabled bool?
Whether to render the chart using the 3D functionality.
getter/setter pair
fitToPlot bool?
Whether the 3d box should automatically adjust to the chart plot area.
getter/setter pair
frame HighchartsChart3DFrameOptions?
Provides the option to draw a frame around the charts by defining a bottom, front and back 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
viewDistance double?
Defines the distance the viewer is standing in front of the chart, this setting is important to calculate the perspective effect in column and scatter charts. It is not used for 3D pie charts.
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