# C1.WPF.C1Chart.PieInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_PieInfo" data-uid="C1.WPF.C1Chart.PieInfo" class="text-break">PieInfo Struct
</h1>
  <div class="markdown level0 summary"><p>Represents parameters of pie slice.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_PieInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct PieInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure PieInfo</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_WPF_C1Chart_PieInfo__ctor_System_Windows_Point_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_" data-uid="C1.WPF.C1Chart.PieInfo.#ctor(System.Windows.Point,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.-ctor.html#C1_WPF_C1Chart_PieInfo__ctor_System_Windows_Point_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_">PieInfo(Point, double, double, double, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new PieInfo structure with the specified parameters.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_Angle" data-uid="C1.WPF.C1Chart.PieInfo.Angle">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.Angle.html">Angle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the start angle of the pie.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_Center" data-uid="C1.WPF.C1Chart.PieInfo.Center">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.Center.html">Center</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the center of the pie.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_Height" data-uid="C1.WPF.C1Chart.PieInfo.Height">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.Height.html">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the pie.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_InnerRadius" data-uid="C1.WPF.C1Chart.PieInfo.InnerRadius">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.InnerRadius.html">InnerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the inner radius of the pie.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_Offset" data-uid="C1.WPF.C1Chart.PieInfo.Offset">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.Offset.html">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the radial offset of pie slice from the center.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_RadiusX" data-uid="C1.WPF.C1Chart.PieInfo.RadiusX">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.RadiusX.html">RadiusX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-radius of the pie.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_RadiusY" data-uid="C1.WPF.C1Chart.PieInfo.RadiusY">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.RadiusY.html">RadiusY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-radius of the pie.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_Sweep" data-uid="C1.WPF.C1Chart.PieInfo.Sweep">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.Sweep.html">Sweep</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sweep of the pie.</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_WPF_C1Chart_PieInfo_Equals_C1_WPF_C1Chart_PieInfo_" data-uid="C1.WPF.C1Chart.PieInfo.Equals(C1.WPF.C1Chart.PieInfo)">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.Equals.html#C1_WPF_C1Chart_PieInfo_Equals_C1_WPF_C1Chart_PieInfo_">Equals(PieInfo)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_Equals_System_Object_" data-uid="C1.WPF.C1Chart.PieInfo.Equals(System.Object)">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.Equals.html#C1_WPF_C1Chart_PieInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_GetHashCode" data-uid="C1.WPF.C1Chart.PieInfo.GetHashCode">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.GetHashCode.html#C1_WPF_C1Chart_PieInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_op_Equality_C1_WPF_C1Chart_PieInfo_C1_WPF_C1Chart_PieInfo_" data-uid="C1.WPF.C1Chart.PieInfo.op_Equality(C1.WPF.C1Chart.PieInfo,C1.WPF.C1Chart.PieInfo)">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.op_Equality.html#C1_WPF_C1Chart_PieInfo_op_Equality_C1_WPF_C1Chart_PieInfo_C1_WPF_C1Chart_PieInfo_">operator ==(PieInfo, PieInfo)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PieInfo_op_Inequality_C1_WPF_C1Chart_PieInfo_C1_WPF_C1Chart_PieInfo_" data-uid="C1.WPF.C1Chart.PieInfo.op_Inequality(C1.WPF.C1Chart.PieInfo,C1.WPF.C1Chart.PieInfo)">
          <a class="xref" href="C1.WPF.C1Chart.PieInfo.op_Inequality.html#C1_WPF_C1Chart_PieInfo_op_Inequality_C1_WPF_C1Chart_PieInfo_C1_WPF_C1Chart_PieInfo_">operator !=(PieInfo, PieInfo)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
