Share via


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.

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.

Applies to | ChCategoryLabel Object | ChChartField Object | ChLegendEntry Object | ChPoint Object | ChSeries Object