# GrapeCity.ActiveReports.Chart.Border

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_Border" data-uid="GrapeCity.ActiveReports.Chart.Border" class="text-break">Border Class
</h1>
  <div class="markdown level0 summary"><p>Represents information required to draw borders</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="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><span class="xref">Border</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></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_Border_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(Border.Converter))]
public sealed class Border : Item, IGraphItem, ICloneable, IGraphXmlSerializable</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_Border__ctor" data-uid="GrapeCity.ActiveReports.Chart.Border.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.-ctor.html#GrapeCity_ActiveReports_Chart_Border__ctor">Border()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates default border</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Border__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_" data-uid="GrapeCity.ActiveReports.Chart.Border.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Line)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.-ctor.html#GrapeCity_ActiveReports_Chart_Border__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_">Border(Line)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of border object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Border__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.Border.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Line,System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.-ctor.html#GrapeCity_ActiveReports_Chart_Border__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_System_Int32_">Border(Line, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of border object with a black shadow.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Border__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_System_Int32_System_Drawing_Color_" data-uid="GrapeCity.ActiveReports.Chart.Border.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Line,System.Int32,System.Drawing.Color)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.-ctor.html#GrapeCity_ActiveReports_Chart_Border__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_System_Int32_System_Drawing_Color_">Border(Line, int, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of border object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Border__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Border.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.-ctor.html#GrapeCity_ActiveReports_Chart_Border__ctor_System_String_">Border(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Border__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.Border.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.-ctor.html#GrapeCity_ActiveReports_Chart_Border__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">Border(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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_Border_Line" data-uid="GrapeCity.ActiveReports.Chart.Border.Line">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.Line.html#GrapeCity_ActiveReports_Chart_Border_Line">Line</a>
        </td>
        <td class="markdown level1 summary"><p>Line style to draw border</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Border_ShadowColor" data-uid="GrapeCity.ActiveReports.Chart.Border.ShadowColor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.ShadowColor.html#GrapeCity_ActiveReports_Chart_Border_ShadowColor">ShadowColor</a>
        </td>
        <td class="markdown level1 summary"><p>Color of shadow outlining border</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Border_ShadowWeight" data-uid="GrapeCity.ActiveReports.Chart.Border.ShadowWeight">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.ShadowWeight.html#GrapeCity_ActiveReports_Chart_Border_ShadowWeight">ShadowWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Width of shadow outlining border</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Border_Clone" data-uid="GrapeCity.ActiveReports.Chart.Border.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.Clone.html#GrapeCity_ActiveReports_Chart_Border_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>This member overrides <pre><code class="lang-csharp">Item.Clone</code></pre>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Border_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.Border.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.Equals.html#GrapeCity_ActiveReports_Chart_Border_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compare the Border object to another System.Object and check if the two are equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Border_GetHashCode" data-uid="GrapeCity.ActiveReports.Chart.Border.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Border.GetHashCode.html#GrapeCity_ActiveReports_Chart_Border_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
