# FarPoint.Win.Chart.CircleBevel.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Chart_CircleBevel__ctor_" data-uid="FarPoint.Win.Chart.CircleBevel.#ctor*">CircleBevel Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Chart_CircleBevel__ctor_" data-uid="FarPoint.Win.Chart.CircleBevel.#ctor*"></a>
<h4 id="FarPoint_Win_Chart_CircleBevel__ctor" data-uid="FarPoint.Win.Chart.CircleBevel.#ctor">CircleBevel()</h4>
<div class="markdown level1 summary"><p>Creates a circular bevel with width of 6 points and a height
of 6 points.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CircleBevel()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="FarPoint_Win_Chart_CircleBevel__ctor_" data-uid="FarPoint.Win.Chart.CircleBevel.#ctor*"></a>
<h4 id="FarPoint_Win_Chart_CircleBevel__ctor_System_Single_System_Single_" data-uid="FarPoint.Win.Chart.CircleBevel.#ctor(System.Single,System.Single)">CircleBevel(float, float)</h4>
<div class="markdown level1 summary"><p>Creates a circular bevel.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CircleBevel(float width, float height)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(width As Single, height As Single)</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.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>Width of the bevel.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td><p>Height of the bevel.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="FarPoint_Win_Chart_CircleBevel__ctor_System_Single_System_Single__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Width is measured in points.</p>
</div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentoutofrangeexception">ArgumentOutOfRangeException</a></td>
      <td><p>width is less than zero or greater than 1584.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentoutofrangeexception">ArgumentOutOfRangeException</a></td>
      <td><p>height is less than zero or greater than 1584.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
