Gets or sets the Z data coordinate when the label AttachMethod property specifies
DataCoordinate attachment.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DefaultValueAttribute(-1f)] public float Z { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DefaultValueAttribute(-1F)> _ Public Property Z As Single Get Set |