Class PivotFormat
java.lang.Object
com.independentsoft.office.charts.PivotFormat
The Class PivotFormat.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the data label.intgetIndex()Gets the index.Gets the marker.Gets the text properties.voidsetDataLabel(DataLabel dataLabel)Sets the data label.voidsetIndex(int index)Sets the index.voidSets the marker.toString()
-
Constructor Details
-
PivotFormat
public PivotFormat()Instantiates a new pivot format.
-
-
Method Details
-
clone
-
toString
-
getDataLabel
Gets the data label.- Returns:
- the data label
-
setDataLabel
Sets the data label.- Parameters:
dataLabel- the new data label
-
getIndex
public int getIndex()Gets the index.- Returns:
- the index
-
setIndex
public void setIndex(int index)Sets the index.- Parameters:
index- the new index
-
getMarker
Gets the marker.- Returns:
- the marker
-
setMarker
Sets the marker.- Parameters:
marker- the new marker
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-
getTextProperties
Gets the text properties.- Returns:
- the text properties
-