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