ComponentOne FlexReport for WinForms
VerticalText Property (Chart2DAxis)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart2DAxis Class : VerticalText Property
Gets or sets a value indicating whether the label text is displayed vertically.
Syntax
'Declaration
 
Public Property VerticalText As System.Boolean
public System.bool VerticalText {get; set;}
Remarks
Inherits from the chart area. VerticalText allows some double byte characters to be rendered from top to bottom instead of left to right. For single byte characters VerticalText appears as rotated text, 90 degrees in the clockwise direction.
See Also

Reference

Chart2DAxis Class
Chart2DAxis Members