Gets or sets the X 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# |
---|
[XmlAttributeAttribute] [DefaultValueAttribute(-1f)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public float X { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <DefaultValueAttribute(-1F)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property X As Single Get Set |