# C1.WPF.C1Chart.RadarLabelVisibility

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_C1Chart_RadarLabelVisibility" data-uid="C1.WPF.C1Chart.RadarLabelVisibility" class="text-break">RadarLabelVisibility Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies available options for labels on radial axes for radar chart.</p>
</div>
  <div class="markdown level0 conceptual"></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_RadarLabelVisibility_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RadarLabelVisibility</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RadarLabelVisibility</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_C1Chart_RadarLabelVisibility_All">All</td>
        <td><p>The labels appear on all radial axes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_RadarLabelVisibility_First">First</td>
        <td><p>The labels appear on the first radial axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_RadarLabelVisibility_None">None</td>
        <td><p>No labels on the axes.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
