PivotObject Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.  

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.

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.