# GrapeCity.ActiveReports.Chart.BorderSizes

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_BorderSizes" data-uid="GrapeCity.ActiveReports.Chart.BorderSizes" class="text-break">BorderSizes Class
</h1>
  <div class="markdown level0 summary"><p>Describes sizes of border around rectangular area.</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"><span class="xref">BorderSizes</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_BorderSizes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class BorderSizes</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="GrapeCity_ActiveReports_Chart_BorderSizes__ctor" data-uid="GrapeCity.ActiveReports.Chart.BorderSizes.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BorderSizes.-ctor.html#GrapeCity_ActiveReports_Chart_BorderSizes__ctor">BorderSizes()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the BorderSizes class</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BorderSizes__ctor_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.BorderSizes.#ctor(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BorderSizes.-ctor.html#GrapeCity_ActiveReports_Chart_BorderSizes__ctor_System_Single_System_Single_System_Single_System_Single_">BorderSizes(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the BorderSizes class</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="GrapeCity_ActiveReports_Chart_BorderSizes_Bottom" data-uid="GrapeCity.ActiveReports.Chart.BorderSizes.Bottom">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BorderSizes.Bottom.html#GrapeCity_ActiveReports_Chart_BorderSizes_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets margin between inner and outer edges on the bottom side of a border</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BorderSizes_Left" data-uid="GrapeCity.ActiveReports.Chart.BorderSizes.Left">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BorderSizes.Left.html#GrapeCity_ActiveReports_Chart_BorderSizes_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets margin between inner and outer edges on the left side of a border</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BorderSizes_Right" data-uid="GrapeCity.ActiveReports.Chart.BorderSizes.Right">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BorderSizes.Right.html#GrapeCity_ActiveReports_Chart_BorderSizes_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets margin between inner and outer edges on the right side of a border</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_BorderSizes_Top" data-uid="GrapeCity.ActiveReports.Chart.BorderSizes.Top">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.BorderSizes.Top.html#GrapeCity_ActiveReports_Chart_BorderSizes_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets margin between inner and outer edges on the top side of a border</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
