QuickStyle Property

Allows you to apply a predefined chart style to an Enhanced Chart.

Syntax

object.QuickStyle[=enumQuickStyle]

Properties

The QuickStyle property syntax has these parts:

Part

Description

object

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

enumQuickStyle

An enumeration that represents the predefined chart style in the Enhanced Chart:

Valid entries:
9 – DarkInset
11 – DarkLine
12 – DarkNoBorder
10 – DarkShadow
1 – LightInset
3 – LightLine
4 – LightNoBorder
2 – LightShadow
5 – MediumInset
7 – MediumLine
8 – MediumShadow
6 – MediumNoBorder
0 – NoStyle

 

Applies To