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