LayerSetDiagramTypeΒΆ
LayerSetDiagramType sets the diagram type.
- bool = LayerSetDiagramType(hLayer, nType)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- hLayer
hLayer is the handle of a diagram (layer).
- nType
nType is one of the following values:
Value
Meaning
LAYERVIEW_3D
3D Diagram (0)
LAYERVIEW_2D
2D Diagram (1)
LAYERVIEW_WF
Waterfall Diagram (2)
LAYERVIEW_POLAR
Polar Diagram (3)
See also
id-1094594