AxisPlotValues (Property)

Applies To:

Line Chart Facts object

Description:

Returns or sets the axis plot value of fact in Line Charts. This property corresponds to the features on the Line Chart Axis Properties dialog box.

Action:

Read-write

Constants:

The BqChartAxisPlotValue constant group consists of the bqChartAxisPlotPrimary and bqChartAxisPlotSecondary constants.

Example:

This example shows how to set the axis plot value to the primary or left axis:

ActiveDocument.Sections["Chart"].Facts["Unit_Sales"].AxisPlotValue=
bqChartAxisPlotPrimary