Class Options3d

    • Constructor Detail

      • Options3d

        public Options3d()
      • Options3d

        public Options3d​(Boolean enabled)
    • Method Detail

      • setAlpha

        public void setAlpha​(Number alpha)
        One of the two rotation angles for the chart.

        Defaults to: 0

      • setAxisLabelPosition

        public void setAxisLabelPosition​(String axisLabelPosition)
        Set it to "auto" to automatically move the labels to the best edge.

        Defaults to: null

      • setBeta

        public void setBeta​(Number beta)
        One of the two rotation angles for the chart.

        Defaults to: 0

      • setDepth

        public void setDepth​(Number depth)
        The total depth of the chart.

        Defaults to: 100

      • setEnabled

        public void setEnabled​(Boolean enabled)
        Wether to render the chart using the 3D functionality.

        Defaults to: false

      • setFitToPlot

        public void setFitToPlot​(Boolean fitToPlot)
        Whether the 3d box should automatically adjust to the chart plot area.

        Defaults to: true

      • setFrame

        public void setFrame​(Frame frame)
        Provides the option to draw a frame around the charts by defining a bottom, front and back panel.
      • setViewDistance

        public void setViewDistance​(Number viewDistance)
        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.

        Defaults to: 100