Gets or sets the 3D-view plane of the label.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(LabelView3DEnum.None)] [XmlAttributeAttribute] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public LabelView3DEnum View3D { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(LabelView3DEnum.None)> _ <XmlAttributeAttribute> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property View3D As LabelView3DEnum Get Set |