SPCChartType Property

Specifies the type of SPC bar chart: R-Bar, X-Bar, or S-Bar.

Syntax

object.SPCChartType [= enumSPCChartType]

Properties

The SPCChartType property syntax has these parts:

Part

Description

object

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

enumSPCChartType

An enumeration that represents the type of SPCBarChart:

Valid entries:
1 – XBar
2 – RBar
3 – SBar

 

Applies To