GraphStyle Property

Gets or sets the current graph style.

Syntax

object.GraphStyle [= value]

Parameters

value
An enumerated graph style expression. Valid values are as described in the following table:

value View Type Description
0 Wire Mesh Graphs drawn as wire frames
1 Surface Graphs drawn as solid surfaces
2 BarChart Graphs drawn as collections of vertical bars
3 Lines Graphs drawn as collections of lines
4 Points Graphs drawn as collections of points

Remarks

Not all GraphStyle values are valid for all GraphType property values. The following table shows which combinations are valid and which are not. For example, it is valid to use the Wire Mesh graph style with the Height Field graph type, but not with any other graph type.

  GraphType
GraphStyle Height Field Raster Image Vector Plot
Wire Mesh Valid Invalid Invalid
Surface Valid Valid Invalid
BarChart Valid Invalid Valid
Lines Valid Invalid Valid
Points Valid Invalid Valid

See Also

GraphType