# C1.Win.FlexReport.Chart.ChartRounding

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartRounding" data-uid="C1.Win.FlexReport.Chart.ChartRounding" class="text-break">ChartRounding Class
</h1>
  <div class="markdown level0 summary"><p>Represents the rounding of border corners.</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="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><a class="xref" href="C1.Win.FlexReport.Chart.ChartPropertyBagObject.html">ChartPropertyBagObject</a></div>
    <div class="level3"><span class="xref">ChartRounding</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1Serializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_ChartRounding_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartRounding : ChartPropertyBagObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartRounding
    Inherits ChartPropertyBagObject
    Implements INotifyPropertyChanged, IC1Serializable</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="C1_Win_FlexReport_Chart_ChartRounding__ctor" data-uid="C1.Win.FlexReport.Chart.ChartRounding.#ctor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.-ctor.html#C1_Win_FlexReport_Chart_ChartRounding__ctor">ChartRounding()</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Win_FlexReport_Chart_ChartRounding_All" data-uid="C1.Win.FlexReport.Chart.ChartRounding.All">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.All.html#C1_Win_FlexReport_Chart_ChartRounding_All">All</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rounding radius for all corners of the border, in twips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_LeftBottom" data-uid="C1.Win.FlexReport.Chart.ChartRounding.LeftBottom">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.LeftBottom.html#C1_Win_FlexReport_Chart_ChartRounding_LeftBottom">LeftBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rounding radius for the left bottom corner of the border, in twips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_LeftTop" data-uid="C1.Win.FlexReport.Chart.ChartRounding.LeftTop">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.LeftTop.html#C1_Win_FlexReport_Chart_ChartRounding_LeftTop">LeftTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rounding radius for the left top corner of the border, in twips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_RightBottom" data-uid="C1.Win.FlexReport.Chart.ChartRounding.RightBottom">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.RightBottom.html#C1_Win_FlexReport_Chart_ChartRounding_RightBottom">RightBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rounding radius for the right bottom corner of the border, in twips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_RightTop" data-uid="C1.Win.FlexReport.Chart.ChartRounding.RightTop">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.RightTop.html#C1_Win_FlexReport_Chart_ChartRounding_RightTop">RightTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rounding radius for the right top corner of the border, in twips.</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="C1_Win_FlexReport_Chart_ChartRounding_ResetAll" data-uid="C1.Win.FlexReport.Chart.ChartRounding.ResetAll">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.ResetAll.html#C1_Win_FlexReport_Chart_ChartRounding_ResetAll">ResetAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the All to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_ResetLeftBottom" data-uid="C1.Win.FlexReport.Chart.ChartRounding.ResetLeftBottom">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.ResetLeftBottom.html#C1_Win_FlexReport_Chart_ChartRounding_ResetLeftBottom">ResetLeftBottom()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the LeftBottom to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_ResetLeftTop" data-uid="C1.Win.FlexReport.Chart.ChartRounding.ResetLeftTop">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.ResetLeftTop.html#C1_Win_FlexReport_Chart_ChartRounding_ResetLeftTop">ResetLeftTop()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the LeftTop to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_ResetRightBottom" data-uid="C1.Win.FlexReport.Chart.ChartRounding.ResetRightBottom">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.ResetRightBottom.html#C1_Win_FlexReport_Chart_ChartRounding_ResetRightBottom">ResetRightBottom()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the RightBottom to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_ResetRightTop" data-uid="C1.Win.FlexReport.Chart.ChartRounding.ResetRightTop">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.ResetRightTop.html#C1_Win_FlexReport_Chart_ChartRounding_ResetRightTop">ResetRightTop()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the RightTop to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_ShouldSerializeAll" data-uid="C1.Win.FlexReport.Chart.ChartRounding.ShouldSerializeAll">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.ShouldSerializeAll.html#C1_Win_FlexReport_Chart_ChartRounding_ShouldSerializeAll">ShouldSerializeAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if All is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_ShouldSerializeLeftBottom" data-uid="C1.Win.FlexReport.Chart.ChartRounding.ShouldSerializeLeftBottom">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.ShouldSerializeLeftBottom.html#C1_Win_FlexReport_Chart_ChartRounding_ShouldSerializeLeftBottom">ShouldSerializeLeftBottom()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if LeftBottom is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_ShouldSerializeLeftTop" data-uid="C1.Win.FlexReport.Chart.ChartRounding.ShouldSerializeLeftTop">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.ShouldSerializeLeftTop.html#C1_Win_FlexReport_Chart_ChartRounding_ShouldSerializeLeftTop">ShouldSerializeLeftTop()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if LeftTop is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_ShouldSerializeRightBottom" data-uid="C1.Win.FlexReport.Chart.ChartRounding.ShouldSerializeRightBottom">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.ShouldSerializeRightBottom.html#C1_Win_FlexReport_Chart_ChartRounding_ShouldSerializeRightBottom">ShouldSerializeRightBottom()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if RightBottom is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_ShouldSerializeRightTop" data-uid="C1.Win.FlexReport.Chart.ChartRounding.ShouldSerializeRightTop">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.ShouldSerializeRightTop.html#C1_Win_FlexReport_Chart_ChartRounding_ShouldSerializeRightTop">ShouldSerializeRightTop()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if RightTop is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartRounding_ToString" data-uid="C1.Win.FlexReport.Chart.ChartRounding.ToString">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartRounding.ToString.html#C1_Win_FlexReport_Chart_ChartRounding_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
