# FarPoint.Win.Chart.TextDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Chart_TextDirection" data-uid="FarPoint.Win.Chart.TextDirection" class="text-break">TextDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the direction of text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_TextDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextDirection</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Chart_TextDirection_Horizontal">Horizontal</td>
        <td><p>Displays the text in a right to left orientation</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_TextDirection_Rotate270Degree">Rotate270Degree</td>
        <td><p>Rotates the text 270 degrees from a horizontal line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_TextDirection_Rotate90Degree">Rotate90Degree</td>
        <td><p>Rotates the text up 90 degrees from a horizontal line</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_TextDirection_Stacked">Stacked</td>
        <td><p>Displays the text stacked vertically</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_TextDirection_StackedRTL">StackedRTL</td>
        <td><p>Displays the text stacked vertically from right to left</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_TextDirection_Vertical">Vertical</td>
        <td><p>Displays the text in a top to bottom orientation</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_TextDirection_VerticalRTL">VerticalRTL</td>
        <td><p>Displays the text in a right to left, top to bottom orientation</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
