GridSmoothing Property

3D Graph Control

GridSmoothing Property

Syntax

CWGraph3D.GridSmoothing

Data Type

Boolean

Purpose

Specifies the smoothing mode for grid lines.

Remarks

When set to True, the graph uses a technique called anti-aliasing to create smoother grid lines. When set to False, the graph draws grid lines without smoothing.

Example

'Enable smoothing
CWGraph3D1.GridSmoothing = True