Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 831 Bytes

Project.chart.plotby.md

File metadata and controls

38 lines (22 loc) · 831 Bytes
title keywords f1_keywords ms.service ms.assetid ms.date ms.localizationpriority
Chart.PlotBy property (Project)
vbapj.chm131635
vbapj.chm131635
project-server
10483232-929b-c040-025e-059ddf2fe915
06/08/2017
medium

Chart.PlotBy property (Project)

Gets or sets the way columns or rows are used as data series on the chart. Can be one of the following Office.XlRowCol constants: xlColumns or xlRows. Read/write Long.

Syntax

expression.PlotBy

expression A variable that represents a Chart object.

Remarks

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

Property value

XLROWCOL

See also

Chart Object

[!includeSupport and feedback]