favSetShading
AVVIEWER Subroutine: Enables or disables shading.
Module: USE AVVIEWER
Syntax
- favSetShading (hv, onoroff, status)
- hv
-
A handle that references an instance of Array Viewer created by
favStartViewer.
- onoroff
-
An input argument of type INTEGER(4).
If set to TRUE, shading is enabled; if set to FALSE, it is disabled.
- status
-
An output argument of type INTEGER(4). It returns a status code for the success of
this call. The value 0 indicates success.
Remarks
The shading state determines how color values are interpolated across the graph's
surface. If shading is enabled, the colors are interpolated between neighboring
data points.
If shading is disabled, each data element of the graph is drawn in a solid
color.
See Also
favGetShading