PlottingMethod Property

In an Enhanced Chart, this property sets the plotting method used to render the object's data.

Syntax

object.PlottingMethod[=enumGraphPlottingMethod]

Properties

The PlottingMethod property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumGraphPlottingMethod

An enumeration that represents the data plotting method in the Enhanced Chart:

Valid entries:
3 – Plot_Area
1 – Plot_Bar
10 – Plot_Histogram
0 – Plot_Line
2 – Plot_Point
17 – Plot_PointPlusLine
13 – Plot_PointsPlusBestFitCurve
14 – Plot_PointsPlusBestFitCurveGraphed
8 – Plot_PointsPlusBestFitLine
9 – Plot_PointsPlusBestFitLineGraphed
16 – Plot_PointsPlusSpline
15 – Plot_Spline

 

Applies To