GraphPlusTable Property

Sets whether the Enhanced Chart displays a graph, table, or both a graph and table.

Syntax

object.GraphPlusTable [=enumGraphPlusTable]

Properties

The GraphPlusTable property syntax has these parts:

Part

Description

object

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

enumGraphPlusTable

An enumeration representing the graph and table display preferences in a HistogramChart, LineChart, SPCBarChart, or XYChart Object:

Valid entries:
0 – Graph
1 – Table
2 – BothGraphPlusTable

 

Applies To