# C1.WPF.C1Chart.Symbol

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_Symbol" data-uid="C1.WPF.C1Chart.Symbol" class="text-break">Symbol Class
</h1>
  <div class="markdown level0 summary"><p>Represents base class for 2D plot symbols.</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"><span class="xref">Symbol</span></div>
      <div class="level9"><a class="xref" href="C1.WPF.C1Chart.BoxSymbol.html">BoxSymbol</a></div>
      <div class="level9"><a class="xref" href="C1.WPF.C1Chart.DotSymbol.html">DotSymbol</a></div>
      <div class="level9"><a class="xref" href="C1.WPF.C1Chart.RPolygon.html">RPolygon</a></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_Symbol_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Symbol : PlotElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Symbol
    Inherits PlotElement
    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_Symbol__ctor" data-uid="C1.WPF.C1Chart.Symbol.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.Symbol.-ctor.html#C1_WPF_C1Chart_Symbol__ctor">Symbol()</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_Symbol_symCenter" data-uid="C1.WPF.C1Chart.Symbol.symCenter">
          <a class="xref" href="C1.WPF.C1Chart.Symbol.symCenter.html">symCenter</a>
        </td>
        <td class="markdown level1 summary"><p>Stores the center point of the symbol.</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_Symbol_Size" data-uid="C1.WPF.C1Chart.Symbol.Size">
          <a class="xref" href="C1.WPF.C1Chart.Symbol.Size.html#C1_WPF_C1Chart_Symbol_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_Symbol_AdjustLegendShape_System_Windows_Shapes_Shape_" data-uid="C1.WPF.C1Chart.Symbol.AdjustLegendShape(System.Windows.Shapes.Shape)">
          <a class="xref" href="C1.WPF.C1Chart.Symbol.AdjustLegendShape.html#C1_WPF_C1Chart_Symbol_AdjustLegendShape_System_Windows_Shapes_Shape_">AdjustLegendShape(Shape)</a>
        </td>
        <td class="markdown level1 summary"><p>Adjusts legend shape properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Symbol_IsCompatible_C1_WPF_C1Chart_IRenderer_" data-uid="C1.WPF.C1Chart.Symbol.IsCompatible(C1.WPF.C1Chart.IRenderer)">
          <a class="xref" href="C1.WPF.C1Chart.Symbol.IsCompatible.html#C1_WPF_C1Chart_Symbol_IsCompatible_C1_WPF_C1Chart_IRenderer_">IsCompatible(IRenderer)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the plot element is compatible with renderer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Symbol_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.C1Chart.Symbol.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.C1Chart.Symbol.MeasureOverride.html#C1_WPF_C1Chart_Symbol_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Measures the size of the plot element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Symbol_Render_C1_WPF_C1Chart_RenderContext_" data-uid="C1.WPF.C1Chart.Symbol.Render(C1.WPF.C1Chart.RenderContext)">
          <a class="xref" href="C1.WPF.C1Chart.Symbol.Render.html#C1_WPF_C1Chart_Symbol_Render_C1_WPF_C1Chart_RenderContext_">Render(RenderContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the plot element based on the specified context.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Symbol_UpdateGeometry_System_Windows_Media_PathGeometry_System_Windows_Size_" data-uid="C1.WPF.C1Chart.Symbol.UpdateGeometry(System.Windows.Media.PathGeometry,System.Windows.Size)">
          <a class="xref" href="C1.WPF.C1Chart.Symbol.UpdateGeometry.html#C1_WPF_C1Chart_Symbol_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>
