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
This class stores pivot chart information like pivot table source and chart information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClone()
Creates and returns a copy of this object.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
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExcelPivotChart
public ExcelPivotChart()Defines an instance of the pivot chart.
-
-
Method Details
-
getPivotTable
Returns the pivot table source.- Returns:
- the pivot table source
- See Also:
setPivotTable(EasyXLS.PivotTables.ExcelPivotTable)
-
setPivotTable
Sets the pivot table source of the chart.- Parameters:
xlsPivotTable
- the pivot table that is the source of the chart- See Also:
getPivotTable()
-
Clone
Creates and returns a copy of this object.- Overrides:
Clone
in classExcelChart
- Returns:
- a clone of this instance.
-