# FarPoint.Win.Chart.CircleBevel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_CircleBevel" data-uid="FarPoint.Win.Chart.CircleBevel" class="text-break">CircleBevel Class
</h1>
  <div class="markdown level0 summary"><p>Represents a circular bevel.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Win.Chart.Bevel.html">Bevel</a></div>
    <div class="level2"><span class="xref">CircleBevel</span></div>
  </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_CircleBevel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CircleBevel : Bevel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CircleBevel
    Inherits Bevel</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_CircleBevel__ctor" data-uid="FarPoint.Win.Chart.CircleBevel.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.CircleBevel.-ctor.html#FarPoint_Win_Chart_CircleBevel__ctor">CircleBevel()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a circular bevel with width of 6 points and a height
of 6 points.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_CircleBevel__ctor_System_Single_System_Single_" data-uid="FarPoint.Win.Chart.CircleBevel.#ctor(System.Single,System.Single)">
          <a class="xref" href="FarPoint.Win.Chart.CircleBevel.-ctor.html#FarPoint_Win_Chart_CircleBevel__ctor_System_Single_System_Single_">CircleBevel(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a circular bevel.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_CircleBevel_Height" data-uid="FarPoint.Win.Chart.CircleBevel.Height">
          <a class="xref" href="FarPoint.Win.Chart.CircleBevel.Height.html#FarPoint_Win_Chart_CircleBevel_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the bevel.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_CircleBevel_Width" data-uid="FarPoint.Win.Chart.CircleBevel.Width">
          <a class="xref" href="FarPoint.Win.Chart.CircleBevel.Width.html#FarPoint_Win_Chart_CircleBevel_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the bevel.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
