Class Options3d

All Implemented Interfaces:
Serializable

public class Options3d extends AbstractConfigurationObject
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.
See Also:
  • Field Details

  • Constructor Details

    • Options3d

      public Options3d()
    • Options3d

      public Options3d(Boolean enabled)
  • Method Details

    • getAlpha

      public Number getAlpha()
      See Also:
    • setAlpha

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

      Defaults to: 0

    • getAxisLabelPosition

      public String getAxisLabelPosition()
      See Also:
    • setAxisLabelPosition

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

      Defaults to: null

    • getBeta

      public Number getBeta()
      See Also:
    • setBeta

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

      Defaults to: 0

    • getDepth

      public Number getDepth()
      See Also:
    • setDepth

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

      Defaults to: 100

    • getEnabled

      public Boolean getEnabled()
      See Also:
    • setEnabled

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

      Defaults to: false

    • getFitToPlot

      public Boolean getFitToPlot()
      See Also:
    • setFitToPlot

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

      Defaults to: true

    • getFrame

      public Frame getFrame()
      See Also:
    • setFrame

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

      public Number getViewDistance()
      See Also:
    • 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