Class PivotChartFormat

java.lang.Object
com.independentsoft.office.spreadsheet.pivotTables.PivotChartFormat

public class PivotChartFormat extends Object
The Class PivotChartFormat.
  • Constructor Details

    • PivotChartFormat

      public PivotChartFormat()
      Instantiates a new pivot chart format.
  • Method Details

    • clone

      public PivotChartFormat clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getChartIndex

      public int getChartIndex()
      Gets the chart index.
      Returns:
      the chart index
    • setChartIndex

      public void setChartIndex(int chartIndex)
      Sets the chart index.
      Parameters:
      chartIndex - the new chart index
    • getFormatID

      public int getFormatID()
      Gets the format id.
      Returns:
      the format id
    • setFormatID

      public void setFormatID(int formatID)
      Sets the format id.
      Parameters:
      formatID - the new format id
    • isSeriesFormat

      public boolean isSeriesFormat()
      Checks if is series format.
      Returns:
      true, if is series format
    • setSeriesFormat

      public void setSeriesFormat(boolean seriesFormat)
      Sets the series format.
      Parameters:
      seriesFormat - the new series format