# C1.Win.FlexReport.Chart.Chart2DAxis.VerticalText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_Chart_Chart2DAxis_VerticalText_" data-uid="C1.Win.FlexReport.Chart.Chart2DAxis.VerticalText*">VerticalText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_Chart_Chart2DAxis_VerticalText_" data-uid="C1.Win.FlexReport.Chart.Chart2DAxis.VerticalText*"></a>
<h4 id="C1_Win_FlexReport_Chart_Chart2DAxis_VerticalText" data-uid="C1.Win.FlexReport.Chart.Chart2DAxis.VerticalText">VerticalText</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the label text is displayed vertically.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool VerticalText { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property VerticalText As Boolean</code></pre>
</div>
<h5 id="C1_Win_FlexReport_Chart_Chart2DAxis_VerticalText_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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.</p>
</div>
</div>
