PrintQuality3D Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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