Class PlotOptions

    • Constructor Detail

      • PlotOptions

        public PlotOptions()
    • Method Detail

      • getArcDiagram

        public ArcDiagramPlotOptions getArcDiagram()
        Returns the arc diagram plot option
        Since:
        10.2.1.0
      • getBellCurve

        public BellCurvePlotOptions getBellCurve()
        Returns the bell curve plot option
        Since:
        7.2.1.0
      • getBoxPlot

        public BoxPlotOptions getBoxPlot()
        Returns the box plot option
      • getBullet

        public BulletPlotOptions getBullet()
        Returns the bullet plot option
        Since:
        7.2.1.0
      • getColumnPyramid

        public ColumnPyramidPlotOptions getColumnPyramid()
        Returns the column pyramid plot option
        Since:
        7.2.1.0
      • getCylinder

        public CylinderPlotOptions getCylinder()
        Returns the cylinder plot option
        Since:
        7.2.1.0
      • getDependencyWheel

        public DependencyWheelPlotOptions getDependencyWheel()
        Returns the dependency wheel plot option
        Since:
        7.2.1.0
      • getDumbbell

        public DumbbellPlotOptions getDumbbell()
        Returns the dumbbell plot option
        Since:
        10.2.1.0
      • getFunnel3D

        public Funnel3DPlotOptions getFunnel3D()
        Returns the funnel 3d plot option
        Since:
        7.2.1.0
      • getHistogram

        public HistogramPlotOptions getHistogram()
        Returns the histogram plot option
        Since:
        7.2.1.0
      • getItem

        public ItemPlotOptions getItem()
        Returns the item plot option
        Since:
        7.2.1.0
      • getLollipop

        public LollipopPlotOptions getLollipop()
        Returns the lollipop plot option
        Since:
        10.2.1.0
      • getNetworkGraph

        public NetworkGraphPlotOptions getNetworkGraph()
        Returns the networkgraph plot option.
        Since:
        7.2.1.0
      • getOrganization

        public OrganizationPlotOptions getOrganization()
        Returns the organization plot option
        Since:
        7.2.1.0
      • getPackedBubble

        public PackedBubblePlotOptions getPackedBubble()
        Returns the packed bubble plot option
        Since:
        7.2.1.0
      • getPareto

        public ParetoPlotOptions getPareto()
        Returns the pareto plot option
        Since:
        7.2.1.0
      • getPictorial

        public PictorialPlotOptions getPictorial()
        Returns the pictorial plot option
        Since:
        11.2.0.0
      • getPolygon

        public PolygonPlotOptions getPolygon()
        Returns the polygon plot option
        Since:
        7.2.1.0
      • getPyramid

        public PyramidPlotOptions getPyramid()
        Returns the pyramid plot option
        Since:
        7.2.1.0
      • getPyramid3D

        public Pyramid3DPlotOptions getPyramid3D()
        Returns the pyramid 3D plot option
        Since:
        7.2.1.0
      • getSankey

        public SankeyPlotOptions getSankey()
        Returns the sankey plot option
        Since:
        7.2.1.0
      • getScatter3D

        public Scatter3DPlotOptions getScatter3D()
        Returns the scatter 3D plot option
        Since:
        7.2.1.0
      • getSonification

        public SeriesSonification getSonification()
        Returns sonification/audio chart options for a series.
        Since:
        11.2.0.0
      • setSonification

        public void setSonification​(SeriesSonification sonification)
        Sets sonification/audio chart options for a series.
        Since:
        11.2.0.0
      • getStreamGraph

        public StreamGraphPlotOptions getStreamGraph()
        Returns the streamgraph plot option
        Since:
        7.2.1.0
      • getSunburst

        public SunburstPlotOptions getSunburst()
        Returns the sunburst plot option
        Since:
        7.2.1.0
      • getTilemap

        public TilemapPlotOptions getTilemap()
        Returns the tilemap plot option
        Since:
        7.2.1.0
      • getTimeline

        public TimelinePlotOptions getTimeline()
        Returns the timeline plot option
        Since:
        7.2.1.0
      • getTreemap

        public TreemapPlotOptions getTreemap()
        Returns the treemap plot option
        Since:
        10.3.3.0
      • getTreegraph

        public TreegraphPlotOptions getTreegraph()
        Returns the treemap plot option
        Since:
        10.3.3.0
      • getVariablePie

        public VariablePiePlotOptions getVariablePie()
        Returns the variable pie plot option
        Since:
        7.2.1.0
      • getVariwide

        public VariwidePlotOptions getVariwide()
        Returns the variwide plot option
        Since:
        7.2.1.0
      • getVector

        public VectorPlotOptions getVector()
        Returns the vector plot option
        Since:
        7.2.1.0
      • getVenn

        public VennPlotOptions getVenn()
        Returns the venn plot option
        Since:
        7.2.1.0
      • getWindBarb

        public WindBarbPlotOptions getWindBarb()
        Returns the wind barb plot option
        Since:
        7.2.1.0
      • getWordCloud

        public WordCloudPlotOptions getWordCloud()
        Returns the word cloud plot option
        Since:
        7.2.1.0
      • getXRange

        public XRangePlotOptions getXRange()
        Returns the xrange plot option
        Since:
        7.2.1.0
      • getNullInteraction

        public Boolean getNullInteraction()
        Get whether or not data-points with the value of null should be interactive. When this is set to true, tooltips may highlight these points, and this option also enables keyboard navigation for such points. Format options for such points include nullFormat and nullFormater. Works for these series: line, spline, area, area-spline, column, bar, and* timeline. Default: null.
        Since:
        12.2.0.0
      • setNullInteraction

        public void setNullInteraction​(Boolean nullInteraction)
        Sets whether or not data-points with the value of null should be interactive. When this is set to true, tooltips may highlight these points, and this option also enables keyboard navigation for such points. Format options for such points include nullFormat and nullFormater. Works for these series: line, spline, area, area-spline, column, bar, and* timeline. Default: null.
        Since:
        12.2.0.0