Modifier

StripLine.TextOrientation Property

Definition

Gets or sets the text orientation.

public:
 property System::Windows::Forms::DataVisualization::Charting::TextOrientation TextOrientation { System::Windows::Forms::DataVisualization::Charting::TextOrientation get(); void set(System::Windows::Forms::DataVisualization::Charting::TextOrientation value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.TextOrientation TextOrientation { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.TextOrientation : System.Windows.Forms.DataVisualization.Charting.TextOrientation with get, set
Public Property TextOrientation As TextOrientation

Property Value

A TextOrientation value that represents the alignment of the text orientation.

Attributes

Remarks

When this property is set to a value of Auto, the text is oriented based on the chart type. For all X-Y chart types other than Bar, X-axis strip line text is oriented horizontally from left to right on the bottom of the strip line. For Bar charts, X-axis strip line text is oriented vertically from top to bottom to the right of the strip line.

Applies to