# C1.WPF.C1Chart3D.C1Chart3DLegend

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart3D_C1Chart3DLegend" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend" class="text-break">C1Chart3DLegend Class
</h1>
  <div class="markdown level0 summary"><p>Represents the legend for 3D chart.</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.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1Chart3DLegend</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.C1Chart3D.html">C1.WPF.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart3D.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart3D_C1Chart3DLegend_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Chart3DLegend : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Chart3DLegend
    Inherits Control
    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_C1Chart3D_C1Chart3DLegend__ctor" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.#ctor">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.-ctor.html#C1_WPF_C1Chart3D_C1Chart3DLegend__ctor">C1Chart3DLegend()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of C1Chart3DLegend class.</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_C1Chart3D_C1Chart3DLegend_FormatStringProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.FormatStringProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.FormatStringProperty.html">FormatStringProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for FormatString.
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3DLegend_LabelPositionProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.LabelPositionProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.LabelPositionProperty.html">LabelPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for LabelPosition.<br>
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3DLegend_OrientationProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.OrientationProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.OrientationProperty.html">OrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for Orientation.<br>
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3DLegend_PositionProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.PositionProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.PositionProperty.html">PositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for Position.<br>
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3DLegend_ReversedProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.ReversedProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.ReversedProperty.html">ReversedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for Reversed.  This enables animation, styling, binding, etc...</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_C1Chart3D_C1Chart3DLegend_FormatString" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.FormatString">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.FormatString.html#C1_WPF_C1Chart3D_C1Chart3DLegend_FormatString">FormatString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string for the labels in the legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3DLegend_LabelPosition" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.LabelPosition">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.LabelPosition.html#C1_WPF_C1Chart3D_C1Chart3DLegend_LabelPosition">LabelPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label position in the legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3DLegend_Orientation" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.Orientation">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.Orientation.html#C1_WPF_C1Chart3D_C1Chart3DLegend_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3DLegend_Position" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.Position">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.Position.html#C1_WPF_C1Chart3D_C1Chart3DLegend_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend position relatively to the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3DLegend_Reversed" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.Reversed">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.Reversed.html#C1_WPF_C1Chart3D_C1Chart3DLegend_Reversed">Reversed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the legend order is reversed.</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_C1Chart3D_C1Chart3DLegend_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.ArrangeOverride.html#C1_WPF_C1Chart3D_C1Chart3DLegend_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3DLegend_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.MeasureOverride.html#C1_WPF_C1Chart3D_C1Chart3DLegend_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3DLegend_OnApplyTemplate" data-uid="C1.WPF.C1Chart3D.C1Chart3DLegend.OnApplyTemplate">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3DLegend.OnApplyTemplate.html#C1_WPF_C1Chart3D_C1Chart3DLegend_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when ApplyTemplate() method is called.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
