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