Namespace EasyXLS.PivotTables
Class ExcelPivotChart
- System.Object
-
- EasyXLS.Drawings.DrawingObject
-
- EasyXLS.Drawings.LineDrawingObject
-
- EasyXLS.Drawings.FillDrawingObject
-
- EasyXLS.Drawings.DrawingObject2D
-
- EasyXLS.Charts.ExcelChart
-
- EasyXLS.PivotTables.ExcelPivotChart
-
public class ExcelPivotChart extends ExcelChart
This class stores pivot chart information like pivot table source and chart information.
-
-
Constructor Summary
Constructors Constructor Description ExcelPivotChart()
Defines an instance of the pivot chart.
-
Method Summary
Modifier and Type Method Description ExcelChart
Clone()
Creates and returns a copy of this object.ExcelPivotTable
getPivotTable()
Returns the pivot table source.void
setPivotTable(ExcelPivotTable xlsPivotTable)
Sets the pivot table source of the chart.-
Methods inherited from class EasyXLS.Charts.ExcelChart
Dispose, easy_addSeries, easy_addSeries, easy_get3DElevation, easy_get3DHeight, easy_get3DPerspective, easy_get3DRotation, easy_getCategoryXAxis, easy_getCategoryXAxisLabels, easy_getChartArea, easy_getChartDataTable, easy_getChartType, easy_getLegend, easy_getPlotArea, easy_getSeriesAt, easy_getSeriesGap, easy_getSeriesOverlap, easy_getTitle, easy_getValueYAxis, easy_getXAxisMajorGridlines, easy_getXAxisMinorGridlines, easy_getYAxisMajorGridlines, easy_getYAxisMinorGridlines, easy_removeSeries, easy_set3DElevation, easy_set3DHeight, easy_set3DPerspective, easy_set3DRotation, easy_setCategoryXAxis, easy_setCategoryXAxisLabels, easy_setChartArea, easy_setChartDataTable, easy_setChartType, easy_setLegend, easy_setPlotArea, easy_setSeriesGap, easy_setSeriesOverlap, easy_setTitle, easy_setUse3DPerspective, easy_setValueYAxis, easy_setXAxisMajorGridlines, easy_setXAxisMinorGridlines, easy_setYAxisMajorGridlines, easy_setYAxisMinorGridlines, easy_Use3DPerspective, getBubbleScale, getBubbleSize, getChartTitle, getDoughnutHoleSize, getFillFormat, getFirstSliceAngle, getLineColorFormat, getLineStyleFormat, getPieExplosion, getSecondPlotSize, getShadowFormat, getShowEmptyRowsAs, getSplitPosition, getSplitType, getStyle, HasVariableColorsBySlice, SeriesCount, setBubbleScale, setBubbleSize, setChartTitle, setDoughnutHoleSize, setFirstSliceAngle, setPieExplosion, setSecondPlotSize, setShowDataInHiddenRowColumns, setShowEmptyRows, setShowNegativeBubbles, setStyle, setVariableColorsBySlice, ShowDataInHiddenRowColumns, ShowNegativeBubbles, splitSeriesByPercentageValue, splitSeriesByPosition, splitSeriesByValue
-
Methods inherited from class EasyXLS.Drawings.DrawingObject2D
getLeftUpperCornerColumn, getLeftUpperCornerRow, setLeftUpperCorner, setLeftUpperCorner
-
Methods inherited from class EasyXLS.Drawings.FillDrawingObject
setFillFormat
-
Methods inherited from class EasyXLS.Drawings.LineDrawingObject
setLineColorFormat, setLineStyleFormat, setShadowFormat
-
Methods inherited from class EasyXLS.Drawings.DrawingObject
getHeight, getHorizontalOffset, getRelativeHeight, getRelativeHorizontalOffset, getRelativeVerticalOffset, getRelativeWidth, getVerticalOffset, getWidth, setLeftUpperOffset, setRelativeLeftUpperOffset, setRelativeSize, setSize
-
-
-
-
Method Detail
-
getPivotTable
public ExcelPivotTable getPivotTable()
Returns the pivot table source.- Returns:
- the pivot table source
- See Also:
setPivotTable(EasyXLS.PivotTables.ExcelPivotTable)
-
setPivotTable
public void setPivotTable(ExcelPivotTable xlsPivotTable)
Sets the pivot table source of the chart.- Parameters:
xlsPivotTable
- the pivot table that is the source of the chart- See Also:
getPivotTable()
-
Clone
public ExcelChart Clone()
Creates and returns a copy of this object.- Overrides:
Clone
in classExcelChart
- Returns:
- a clone of this instance.
-
-