Gets or sets the position of the axis annotation and text.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(AnnoPositionEnum.Both)] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] [XmlAttributeAttribute] public AnnoPositionEnum AnnoPosition { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(AnnoPositionEnum.Both)> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <XmlAttributeAttribute> _ Public Property AnnoPosition As AnnoPositionEnum Get Set |