ViewingStyle Property

In an Enhanced Chart, specifies the viewing style: Color, Monochrome, or Monochrome and Symbols.

Syntax

object.ViewingStyle  [= enumViewingStyle]

Properties

The ViewingStyle property syntax has these parts:

Part

Description

object

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

enumViewingStyle

An enumeration that represents the viewing style in the Enhanced Chart:

Valid entries:
0 – ViewColor
1 – ViewMono
2 – ViewMonoWithSymbols

 

Applies To