PrintQuality3D Property

Returns or sets a Double indicating the ratio of the printed resolution of a three-dimensional (3-D) chart to the resolution of your printer. Valid values range from 0 to 1. The default value is 0.25. Read/write.

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

Applies to | ChartSpace Object