Dither Property
Syntax
CWGraph3D.Dither
Data Type
Purpose
Specifies the dither mode of the graph.
Remarks
When set to True, dithering is enabled. Dithering combines colors to approximate selected colors that cannot be directly displayed because of a limited number of display colors on the system.
When set to False, dithering is disabled.
Example
'Enable dithering
CWGraph3D1.Dither = True