VerticalText Property (baseChartStyle)
In This Topic
Gets or sets whether text is displayed vertically. For Western character sets, vertical text is similar to a 90 degree clockwise rotation. For Asian character sets, characters are placed vertically from top to bottom instead of right to left.
Syntax
'Declaration
Public Property VerticalText As System.Boolean
public System.bool VerticalText {get; set;}
See Also