Gets or sets whether annotation text is displayed vertically.

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

Syntax

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

Remarks

AnnoVerticalText allows some double byte characters to be rendered from top to bottom instead of left to right. For single byte characters AnnoVerticalText appears as rotated text, 90 degrees in the clockwise direction.

See Also