XlsChartShape
PivotChartType Property
 | 
Gets or sets the type of the pivot chart.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public ExcelChartType PivotChartType { get; set; }
 
Public Property PivotChartType As ExcelChartType
	Get
	Set
 
public:
virtual property ExcelChartType PivotChartType {
	ExcelChartType get () sealed;
	void set (ExcelChartType value) sealed;
}
 
abstract PivotChartType : ExcelChartType with get, set
override PivotChartType : ExcelChartType with get, set
 
 
 
Property Value
Type:
ExcelChartType
The type of the pivot chart.
Implements
IChart
PivotChartType
 
See Also