Documentation of 'org.apache.poi.xssf.usermodel.XSSFChart' Java class
XSSFChart
org.apache.poi.xssf.usermodel

Class XSSFChart

    • Method Detail

      • getCTChartSpace

        @Internal
        public org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace getCTChartSpace()
        Return the underlying CTChartSpace bean, the root element of the SpreadsheetML Chart part.
        Returns:
        the underlying CTChartSpace bean
      • getCTChart

        @Internal
        public org.openxmlformats.schemas.drawingml.x2006.chart.CTChart getCTChart()
        Return the underlying CTChart bean, within the Chart Space
        Returns:
        the underlying CTChart bean
      • getGraphicFrame

        public XSSFGraphicFrame getGraphicFrame()
        Returns the parent graphic frame.
        Returns:
        the graphic frame this chart belongs to
      • getChartAxisFactory

        public XSSFChart getChartAxisFactory()
        Specified by:
        getChartAxisFactory in interface Chart
        Returns:
        an appropriate ChartAxisFactory implementation
      • plot

        public void plot(ChartData data,
                         ChartAxis... axis)
        Description copied from interface: Chart
        Plots specified data on the chart.
        Specified by:
        plot in interface Chart
        Parameters:
        data - a data to plot
      • getAxis

        public java.util.List<? extends XSSFChartAxis> getAxis()
        Specified by:
        getAxis in interface Chart
        Returns:
        list of all chart axis
      • isPlotOnlyVisibleCells

        public boolean isPlotOnlyVisibleCells()
        Returns:
        true if only visible cells will be present on the chart, false otherwise
      • setPlotOnlyVisibleCells

        public void setPlotOnlyVisibleCells(boolean plotVisOnly)
        Parameters:
        plotVisOnly - a flag specifying if only visible cells should be present on the chart
      • getTitle

        public XSSFRichTextString getTitle()
        Returns the title, or null if none is set
      • deleteLegend

        public void deleteLegend()
        Description copied from interface: Chart
        Delete current chart legend.
        Specified by:
        deleteLegend in interface Chart

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.