Series.ChartType Property

Definition

Returns or sets the chart type. Read/write XlChartType.

public:
 property Microsoft::Office::Core::XlChartType ChartType { Microsoft::Office::Core::XlChartType get(); void set(Microsoft::Office::Core::XlChartType value); };
public Microsoft.Office.Core.XlChartType ChartType { get; set; }
member this.ChartType : Microsoft.Office.Core.XlChartType with get, set
Public Property ChartType As XlChartType

Property Value

XlChartType

Remarks

Some chart types aren’t available for PivotChart reports.

Applies to