Use the members of this enumeration to set the value of the View3D property in the |Chart3DLabel class.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public enum LabelView3DEnum
Visual Basic
Public Enumeration LabelView3DEnum

Members

Member nameValueDescription
None0 Label is drawn in 2D plane of screen.
XZ1 Label is drawn in 3D plane parallel to XZ plane.
YZ2 Label is drawn in 3D plane parallel to YZ plane.

See Also