Class PivotChartFormat
java.lang.Object
com.independentsoft.office.spreadsheet.pivotTables.PivotChartFormat
The Class PivotChartFormat.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the chart index.intGets the format id.booleanChecks if is series format.voidsetChartIndex(int chartIndex)Sets the chart index.voidsetFormatID(int formatID)Sets the format id.voidsetSeriesFormat(boolean seriesFormat)Sets the series format.toString()
-
Constructor Details
-
PivotChartFormat
public PivotChartFormat()Instantiates a new pivot chart format.
-
-
Method Details
-
clone
-
toString
-
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
-