Chart.PlotBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
For PivotChart reports, this property is read-only and always returns xlColumns.