# C1.WPF.C1Chart.Star

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_Star" data-uid="C1.WPF.C1Chart.Star" class="text-break">Star Class
</h1>
  <div class="markdown level0 summary"><p>Represents star symbol.</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="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.shapes.shape">Shape</a></div>
    <div class="level7"><a class="xref" href="C1.WPF.C1Chart.PlotElement.html">PlotElement</a></div>
    <div class="level8"><a class="xref" href="C1.WPF.C1Chart.Symbol.html">Symbol</a></div>
    <div class="level9"><a class="xref" href="C1.WPF.C1Chart.RPolygon.html">RPolygon</a></div>
    <div class="level10"><span class="xref">Star</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </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_Star_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Star : RPolygon, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Star
    Inherits RPolygon
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_Star__ctor" data-uid="C1.WPF.C1Chart.Star.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.Star.-ctor.html#C1_WPF_C1Chart_Star__ctor">Star()</a>
        </td>
        <td class="markdown level1 summary"></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_Star_InnerRadiusProperty" data-uid="C1.WPF.C1Chart.Star.InnerRadiusProperty">
          <a class="xref" href="C1.WPF.C1Chart.Star.InnerRadiusProperty.html">InnerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the InnerRadius dependency property.</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="C1_WPF_C1Chart_Star_InnerRadius" data-uid="C1.WPF.C1Chart.Star.InnerRadius">
          <a class="xref" href="C1.WPF.C1Chart.Star.InnerRadius.html#C1_WPF_C1Chart_Star_InnerRadius">InnerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the inner radius of symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Star_Size" data-uid="C1.WPF.C1Chart.Star.Size">
          <a class="xref" href="C1.WPF.C1Chart.Star.Size.html#C1_WPF_C1Chart_Star_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot element size.</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_Star_UpdateGeometry_System_Windows_Media_PathGeometry_System_Windows_Size_" data-uid="C1.WPF.C1Chart.Star.UpdateGeometry(System.Windows.Media.PathGeometry,System.Windows.Size)">
          <a class="xref" href="C1.WPF.C1Chart.Star.UpdateGeometry.html#C1_WPF_C1Chart_Star_UpdateGeometry_System_Windows_Media_PathGeometry_System_Windows_Size_">UpdateGeometry(PathGeometry, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Recreates the geometry describing the symbol.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
