# C1.WPF.Pivot.ValueLabel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Pivot_ValueLabel" data-uid="C1.WPF.Pivot.ValueLabel" class="text-break">ValueLabel Class
</h1>
  <div class="markdown level0 summary"><p>Class used to provide axis labels to the 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"><span class="xref">ValueLabel</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Pivot.html">C1.WPF.Pivot</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Pivot.dll</h6>
  <h5 id="C1_WPF_Pivot_ValueLabel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ValueLabel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ValueLabel</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_Pivot_ValueLabel__ctor" data-uid="C1.WPF.Pivot.ValueLabel.#ctor">
          <a class="xref" href="C1.WPF.Pivot.ValueLabel.-ctor.html#C1_WPF_Pivot_ValueLabel__ctor">ValueLabel()</a>
        </td>
        <td class="markdown level1 summary"></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_Pivot_ValueLabel_Label" data-uid="C1.WPF.Pivot.ValueLabel.Label">
          <a class="xref" href="C1.WPF.Pivot.ValueLabel.Label.html#C1_WPF_Pivot_ValueLabel_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label to be used for this chart point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_ValueLabel_Value" data-uid="C1.WPF.Pivot.ValueLabel.Value">
          <a class="xref" href="C1.WPF.Pivot.ValueLabel.Value.html#C1_WPF_Pivot_ValueLabel_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value for this chart point.</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_Pivot_ValueLabel_ToString" data-uid="C1.WPF.Pivot.ValueLabel.ToString">
          <a class="xref" href="C1.WPF.Pivot.ValueLabel.ToString.html#C1_WPF_Pivot_ValueLabel_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that represents this <a class="xref" href="C1.WPF.Pivot.ValueLabel.html">ValueLabel</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
