# FarPoint.Win.Spread.Chart.DataOrientation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_Chart_DataOrientation" data-uid="FarPoint.Win.Spread.Chart.DataOrientation" class="text-break">DataOrientation Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates whether the SeriesDataField property returns data vertically or horizontally.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Chart.html">FarPoint.Win.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Chart_DataOrientation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataOrientation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DataOrientation</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_Spread_Chart_DataOrientation_Horizontal">Horizontal</td>
        <td><p>The SeriesDataField property returns data horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_DataOrientation_Vertical">Vertical</td>
        <td><p>The SeriesDataField property returns data vertically.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
