# FarPoint.Win.Chart.Chart2DRenderer.GetAxisTitleSize

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Chart_Chart2DRenderer_GetAxisTitleSize_" data-uid="FarPoint.Win.Chart.Chart2DRenderer.GetAxisTitleSize*">GetAxisTitleSize Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Chart_Chart2DRenderer_GetAxisTitleSize_" data-uid="FarPoint.Win.Chart.Chart2DRenderer.GetAxisTitleSize*"></a>
<h4 id="FarPoint_Win_Chart_Chart2DRenderer_GetAxisTitleSize_System_Drawing_Graphics_FarPoint_Win_Chart_PlotArea_System_String_System_Drawing_Font_FarPoint_Win_Chart_TextDirection_System_Int32_" data-uid="FarPoint.Win.Chart.Chart2DRenderer.GetAxisTitleSize(System.Drawing.Graphics,FarPoint.Win.Chart.PlotArea,System.String,System.Drawing.Font,FarPoint.Win.Chart.TextDirection,System.Int32)">GetAxisTitleSize(Graphics, PlotArea, string, Font, TextDirection, int)</h4>
<div class="markdown level1 summary"><p>Returns the size of the axis title.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SizeF GetAxisTitleSize(Graphics g, PlotArea plotArea, string title, Font titleTextFont, TextDirection titleTextDirection, int titleRotationAngle)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetAxisTitleSize(g As Graphics, plotArea As PlotArea, title As String, titleTextFont As Font, titleTextDirection As TextDirection, titleRotationAngle As Integer) As SizeF</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a></td>
      <td><span class="parametername">g</span></td>
      <td><p>Graphics context.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Chart.PlotArea.html">PlotArea</a></td>
      <td><span class="parametername">plotArea</span></td>
      <td><p>A <a class="xref" href="FarPoint.Win.Chart.PlotArea.html">PlotArea</a></p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">title</span></td>
      <td><p>The title</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a></td>
      <td><span class="parametername">titleTextFont</span></td>
      <td><p>Title font</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Chart.TextDirection.html">TextDirection</a></td>
      <td><span class="parametername">titleTextDirection</span></td>
      <td><p>Title direction</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">titleRotationAngle</span></td>
      <td><p>Title rotaion angle</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.sizef">SizeF</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.sizef">SizeF</a> value that specifies the size of the axis title</p>
</td>
    </tr>
  </tbody>
</table>
</div>
