# C1.WPF.C1Chart.PolarRadarOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_PolarRadarOptions" data-uid="C1.WPF.C1Chart.PolarRadarOptions" class="text-break">PolarRadarOptions Class
</h1>
  <div class="markdown level0 summary"><p>Specifies various advanced options for polar and radar charts.</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"><span class="xref">PolarRadarOptions</span></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_PolarRadarOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PolarRadarOptions : DependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PolarRadarOptions
    Inherits DependencyObject</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_PolarRadarOptions__ctor" data-uid="C1.WPF.C1Chart.PolarRadarOptions.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.PolarRadarOptions.-ctor.html#C1_WPF_C1Chart_PolarRadarOptions__ctor">PolarRadarOptions()</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_PolarRadarOptions_DirectionProperty" data-uid="C1.WPF.C1Chart.PolarRadarOptions.DirectionProperty">
          <a class="xref" href="C1.WPF.C1Chart.PolarRadarOptions.DirectionProperty.html">DirectionProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PolarRadarOptions_StartingAngleProperty" data-uid="C1.WPF.C1Chart.PolarRadarOptions.StartingAngleProperty">
          <a class="xref" href="C1.WPF.C1Chart.PolarRadarOptions.StartingAngleProperty.html">StartingAngleProperty</a>
        </td>
        <td class="markdown level1 summary"></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_PolarRadarOptions_GetDirection_C1_WPF_C1Chart_C1Chart_" data-uid="C1.WPF.C1Chart.PolarRadarOptions.GetDirection(C1.WPF.C1Chart.C1Chart)">
          <a class="xref" href="C1.WPF.C1Chart.PolarRadarOptions.GetDirection.html#C1_WPF_C1Chart_PolarRadarOptions_GetDirection_C1_WPF_C1Chart_C1Chart_">GetDirection(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the Direction attached property for the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PolarRadarOptions_GetStartingAngle_C1_WPF_C1Chart_C1Chart_" data-uid="C1.WPF.C1Chart.PolarRadarOptions.GetStartingAngle(C1.WPF.C1Chart.C1Chart)">
          <a class="xref" href="C1.WPF.C1Chart.PolarRadarOptions.GetStartingAngle.html#C1_WPF_C1Chart_PolarRadarOptions_GetStartingAngle_C1_WPF_C1Chart_C1Chart_">GetStartingAngle(C1Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the StartingAngle attached property for the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PolarRadarOptions_SetDirection_C1_WPF_C1Chart_C1Chart_System_Windows_Media_SweepDirection_" data-uid="C1.WPF.C1Chart.PolarRadarOptions.SetDirection(C1.WPF.C1Chart.C1Chart,System.Windows.Media.SweepDirection)">
          <a class="xref" href="C1.WPF.C1Chart.PolarRadarOptions.SetDirection.html#C1_WPF_C1Chart_PolarRadarOptions_SetDirection_C1_WPF_C1Chart_C1Chart_System_Windows_Media_SweepDirection_">SetDirection(C1Chart, SweepDirection)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the Direction attached property for the specified chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PolarRadarOptions_SetStartingAngle_C1_WPF_C1Chart_C1Chart_System_Double_" data-uid="C1.WPF.C1Chart.PolarRadarOptions.SetStartingAngle(C1.WPF.C1Chart.C1Chart,System.Double)">
          <a class="xref" href="C1.WPF.C1Chart.PolarRadarOptions.SetStartingAngle.html#C1_WPF_C1Chart_PolarRadarOptions_SetStartingAngle_C1_WPF_C1Chart_C1Chart_System_Double_">SetStartingAngle(C1Chart, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the StartingAngle attached property for the specified chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
