# C1.WPF.C1Chart.PlotElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_PlotElement" data-uid="C1.WPF.C1Chart.PlotElement" class="text-break">PlotElement Class
</h1>
  <div class="markdown level0 summary"><p>Generic plot element.</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"><span class="xref">PlotElement</span></div>
      <div class="level8"><a class="xref" href="C1.WPF.C1Chart.Bar.html">Bar</a></div>
      <div class="level8"><a class="xref" href="C1.WPF.C1Chart.FrameworkElement3D.html">FrameworkElement3D</a></div>
      <div class="level8"><a class="xref" href="C1.WPF.C1Chart.HLOC.html">HLOC</a></div>
      <div class="level8"><a class="xref" href="C1.WPF.C1Chart.Lines.html">Lines</a></div>
      <div class="level8"><a class="xref" href="C1.WPF.C1Chart.Pie.html">Pie</a></div>
      <div class="level8"><a class="xref" href="C1.WPF.C1Chart.Symbol.html">Symbol</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_PlotElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PlotElement : Shape, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PlotElement
    Inherits Shape
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <h5 id="C1_WPF_C1Chart_PlotElement_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Plot element is a visual presentation of data such as
bar on the bar chart or slice of pie on the pie chart.</p>
</div>
  <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_PlotElement_DataPointProperty" data-uid="C1.WPF.C1Chart.PlotElement.DataPointProperty">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.DataPointProperty.html">DataPointProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the DataPoint dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_IsMouseOverProperty" data-uid="C1.WPF.C1Chart.PlotElement.IsMouseOverProperty">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.IsMouseOverProperty.html">IsMouseOverProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the IsMouseOver dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_LabelAlignmentProperty" data-uid="C1.WPF.C1Chart.PlotElement.LabelAlignmentProperty">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.LabelAlignmentProperty.html">LabelAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the PlotElement.LabelAlignment attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_LabelLineProperty" data-uid="C1.WPF.C1Chart.PlotElement.LabelLineProperty">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.LabelLineProperty.html">LabelLineProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the PlotElement.LabelLine attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_LabelOffsetProperty" data-uid="C1.WPF.C1Chart.PlotElement.LabelOffsetProperty">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.LabelOffsetProperty.html">LabelOffsetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the PlotElement.LabelOffset attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement__ismo" data-uid="C1.WPF.C1Chart.PlotElement._ismo">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement._ismo.html">_ismo</a>
        </td>
        <td class="markdown level1 summary"><p>Stores the current value of IsMouseOver property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_autoStyle" data-uid="C1.WPF.C1Chart.PlotElement.autoStyle">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.autoStyle.html">autoStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Stores automatic shape style that was set to the plot element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_geometry" data-uid="C1.WPF.C1Chart.PlotElement.geometry">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.geometry.html">geometry</a>
        </td>
        <td class="markdown level1 summary"><p>Stores defining geometry of the plot element.</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_PlotElement_DataPoint" data-uid="C1.WPF.C1Chart.PlotElement.DataPoint">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.DataPoint.html#C1_WPF_C1Chart_PlotElement_DataPoint">DataPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data point associated with the plot element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_DefaultLegendShape" data-uid="C1.WPF.C1Chart.PlotElement.DefaultLegendShape">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.DefaultLegendShape.html#C1_WPF_C1Chart_PlotElement_DefaultLegendShape">DefaultLegendShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default legend shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_DefiningGeometry" data-uid="C1.WPF.C1Chart.PlotElement.DefiningGeometry">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.DefiningGeometry.html#C1_WPF_C1Chart_PlotElement_DefiningGeometry">DefiningGeometry</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the geometry that describes the shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_GeometryTransform" data-uid="C1.WPF.C1Chart.PlotElement.GeometryTransform">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.GeometryTransform.html#C1_WPF_C1Chart_PlotElement_GeometryTransform">GeometryTransform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the transformation that is applied to the geometry of the shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_IsClustered" data-uid="C1.WPF.C1Chart.PlotElement.IsClustered">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.IsClustered.html#C1_WPF_C1Chart_PlotElement_IsClustered">IsClustered</a>
        </td>
        <td class="markdown level1 summary"><p>Whether the plot element can be clustered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_IsMouseOver" data-uid="C1.WPF.C1Chart.PlotElement.IsMouseOver">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.IsMouseOver.html#C1_WPF_C1Chart_PlotElement_IsMouseOver">IsMouseOver</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value which indicates whether the mouse cursor is over
the plot element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_LegendShape" data-uid="C1.WPF.C1Chart.PlotElement.LegendShape">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.LegendShape.html#C1_WPF_C1Chart_PlotElement_LegendShape">LegendShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the shape that represents the appearance of plot element in the legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_Size" data-uid="C1.WPF.C1Chart.PlotElement.Size">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.Size.html#C1_WPF_C1Chart_PlotElement_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the plot element.</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_PlotElement_AutoPosition_System_Windows_Size_System_Windows_Point__System_Windows_Point__" data-uid="C1.WPF.C1Chart.PlotElement.AutoPosition(System.Windows.Size,System.Windows.Point@,System.Windows.Point@)">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.AutoPosition.html#C1_WPF_C1Chart_PlotElement_AutoPosition_System_Windows_Size_System_Windows_Point__System_Windows_Point__">AutoPosition(Size, ref Point, ref Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates automatic position of data label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_GetLabelAlignment_System_Windows_DependencyObject_" data-uid="C1.WPF.C1Chart.PlotElement.GetLabelAlignment(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.GetLabelAlignment.html#C1_WPF_C1Chart_PlotElement_GetLabelAlignment_System_Windows_DependencyObject_">GetLabelAlignment(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the label alignment of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_GetLabelLine_System_Windows_DependencyObject_" data-uid="C1.WPF.C1Chart.PlotElement.GetLabelLine(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.GetLabelLine.html#C1_WPF_C1Chart_PlotElement_GetLabelLine_System_Windows_DependencyObject_">GetLabelLine(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the line connecting data point and label for the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_GetLabelOffset_System_Windows_DependencyObject_" data-uid="C1.WPF.C1Chart.PlotElement.GetLabelOffset(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.GetLabelOffset.html#C1_WPF_C1Chart_PlotElement_GetLabelOffset_System_Windows_DependencyObject_">GetLabelOffset(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the labels offset for the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_IsCompatible_C1_WPF_C1Chart_IRenderer_" data-uid="C1.WPF.C1Chart.PlotElement.IsCompatible(C1.WPF.C1Chart.IRenderer)">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.IsCompatible.html#C1_WPF_C1Chart_PlotElement_IsCompatible_C1_WPF_C1Chart_IRenderer_">IsCompatible(IRenderer)</a>
        </td>
        <td class="markdown level1 summary"><p>Whether the plot element is compatible with the specified renderer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.C1Chart.PlotElement.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.OnPropertyChanged.html#C1_WPF_C1Chart_PlotElement_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when dependency property was changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_Render_C1_WPF_C1Chart_RenderContext_" data-uid="C1.WPF.C1Chart.PlotElement.Render(C1.WPF.C1Chart.RenderContext)">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.Render.html#C1_WPF_C1Chart_PlotElement_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_PlotElement_SetLabelAlignment_System_Windows_DependencyObject_C1_WPF_C1Chart_LabelAlignment_" data-uid="C1.WPF.C1Chart.PlotElement.SetLabelAlignment(System.Windows.DependencyObject,C1.WPF.C1Chart.LabelAlignment)">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.SetLabelAlignment.html#C1_WPF_C1Chart_PlotElement_SetLabelAlignment_System_Windows_DependencyObject_C1_WPF_C1Chart_LabelAlignment_">SetLabelAlignment(DependencyObject, LabelAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the label alignment of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_SetLabelLine_System_Windows_DependencyObject_System_Windows_Shapes_Line_" data-uid="C1.WPF.C1Chart.PlotElement.SetLabelLine(System.Windows.DependencyObject,System.Windows.Shapes.Line)">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.SetLabelLine.html#C1_WPF_C1Chart_PlotElement_SetLabelLine_System_Windows_DependencyObject_System_Windows_Shapes_Line_">SetLabelLine(DependencyObject, Line)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the line connecting data point and label for the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotElement_SetLabelOffset_System_Windows_DependencyObject_System_Windows_Point_" data-uid="C1.WPF.C1Chart.PlotElement.SetLabelOffset(System.Windows.DependencyObject,System.Windows.Point)">
          <a class="xref" href="C1.WPF.C1Chart.PlotElement.SetLabelOffset.html#C1_WPF_C1Chart_PlotElement_SetLabelOffset_System_Windows_DependencyObject_System_Windows_Point_">SetLabelOffset(DependencyObject, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the label offset for the element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
