PrintQuality3D Property

Microsoft Office Web Components Visual Basic

expression.PrintQuality3D

expression    Required. An expression that returns a ChartSpace object.

Remarks

The lower the value of this property, the faster your 3-D chart will print. However, setting this value of this property too low may yield unsatisfactory results.

Example

This example sets the 3-D charts in Chartspace1 to print at 75% of the printer's resolution.

Chartspace1.PrintQuality3D = 0.75