class ChartOptions3d extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
chart-options3d
- Alphabetic
- By Inheritance
- ChartOptions3d
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ChartOptions3d()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
alpha: UndefOr[Double]
One of the two rotation angles for the chart.
One of the two rotation angles for the chart.
- Since
4.0
Example: -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
beta: UndefOr[Double]
One of the two rotation angles for the chart.
One of the two rotation angles for the chart.
- Since
4.0
Example: -
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
depth: UndefOr[Double]
The total depth of the chart.
The total depth of the chart.
- Since
4.0
-
val
enabled: UndefOr[Boolean]
Wether to render the chart using the 3D functionality.
Wether to render the chart using the 3D functionality.
- Since
4.0
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
fitToPlot: UndefOr[Boolean]
Whether the 3d box should automatically adjust to the chart plot area.
Whether the 3d box should automatically adjust to the chart plot area.
- Since
4.2.4
-
val
frame: UndefOr[CleanJsObject[ChartOptions3dFrame]]
Provides the option to draw a frame around the charts by defining a bottom, front and back panel.
Provides the option to draw a frame around the charts by defining a bottom, front and back panel.
- Since
4.0
Example: -
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
val
viewDistance: UndefOr[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.
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.
- Since
4.0
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )