PivotObject Property

Microsoft Office Web Components Object Model

Show All

PivotObject Property

       

PivotObject property as it applies to the ChPoint object.

Returns an Object that represents the corresponding PivotTable object for the specified point.

expression.PivotObject(Dimension)

expression   Required. An expression that returns one of the above objects.

Dimension  Required ChartDimensionsEnum.

ChartDimensionsEnum can be one of these ChartDimensionsEnum constants.
chDimBubbleValues
chDimCategories
chDimCharts
chDimCloseValues
chDimFilter
chDimFormatValues
chDimHighValues
chDimLowValues
chDimOpenValues
chDimRValues
chDimSeriesNames
chDimThetaValues
chDimValues
chDimXValues
chDimYValues

 

PivotObject property as it applies to the ChCategoryLabel, ChChartField, ChLegendEntry, and ChSeries objects.

Returns an Object that represents the corresponding PivotTable object for the specified object.

expression.PivotObject

expression   Required. An expression that returns one of the above objects.

 

Remarks

This property returns Null if the chart is not bound to a relational data source.