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. Read/write.

public:
 property Microsoft::Office::Interop::Word::XlRowCol PlotBy { Microsoft::Office::Interop::Word::XlRowCol get(); void set(Microsoft::Office::Interop::Word::XlRowCol value); };
public Microsoft.Office.Interop.Word.XlRowCol PlotBy { get; set; }
member this.PlotBy : Microsoft.Office.Interop.Word.XlRowCol with get, set
Public Property PlotBy As XlRowCol

Property Value

XlRowCol

Remarks

For PivotChart reports, this property is read-only and always returns xlColumns.

Applies to