Gets or sets whether annotation rotated.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[XmlAttributeAttribute]
public bool AnnoRotated { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<XmlAttributeAttribute> _
Public Property AnnoRotated As Boolean
	Get
	Set

See Also