Gets or sets the position of the label relative its specified location.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(LabelCompassEnum.East)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] [XmlAttributeAttribute] public LabelCompassEnum LabelCompass { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(LabelCompassEnum.East)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <XmlAttributeAttribute> _ Public Property LabelCompass As LabelCompassEnum Get Set |