_Chart.PlotBy Property

Definition

Returns or sets the way columns or rows are used as data series on the chart. Can be one of the following XlRowCol constants: xlColumns or xlRows. For PivotChart reports, this property is read-only and always returns xlColumns.

public:
 property Microsoft::Office::Interop::Excel::XlRowCol PlotBy { Microsoft::Office::Interop::Excel::XlRowCol get(); void set(Microsoft::Office::Interop::Excel::XlRowCol value); };
public Microsoft.Office.Interop.Excel.XlRowCol PlotBy { get; set; }
Public Property PlotBy As XlRowCol

Property Value

Applies to