# C1.Win.C1Chart.Label

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_Label" data-uid="C1.Win.C1Chart.Label" class="text-break">Label Class
</h1>
  <div class="markdown level0 summary"><p>Contains all properties that help define and position the chart label.</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">Label</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_Label_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(HiddenPropsTypeConverter))]
public class Label</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(HiddenPropsTypeConverter))&gt;
Public Class Label</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_Win_C1Chart_Label__ctor" data-uid="C1.Win.C1Chart.Label.#ctor">
          <a class="xref" href="C1.Win.C1Chart.Label.-ctor.html#C1_Win_C1Chart_Label__ctor">Label()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.Label.html">Label</a> class.</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_Win_C1Chart_Label_AttachMethod" data-uid="C1.Win.C1Chart.Label.AttachMethod">
          <a class="xref" href="C1.Win.C1Chart.Label.AttachMethod.html#C1_Win_C1Chart_Label_AttachMethod">AttachMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label attachment method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_AttachMethodData" data-uid="C1.Win.C1Chart.Label.AttachMethodData">
          <a class="xref" href="C1.Win.C1Chart.Label.AttachMethodData.html#C1_Win_C1Chart_Label_AttachMethodData">AttachMethodData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the attachment data for the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_Compass" data-uid="C1.Win.C1Chart.Label.Compass">
          <a class="xref" href="C1.Win.C1Chart.Label.Compass.html#C1_Win_C1Chart_Label_Compass">Compass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the label relative its specified location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_Connected" data-uid="C1.Win.C1Chart.Label.Connected">
          <a class="xref" href="C1.Win.C1Chart.Label.Connected.html#C1_Win_C1Chart_Label_Connected">Connected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a connecting line is drawn to an associated data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_Image" data-uid="C1.Win.C1Chart.Label.Image">
          <a class="xref" href="C1.Win.C1Chart.Label.Image.html#C1_Win_C1Chart_Label_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_Location" data-uid="C1.Win.C1Chart.Label.Location">
          <a class="xref" href="C1.Win.C1Chart.Label.Location.html#C1_Win_C1Chart_Label_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location of the label in chart control client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_Name" data-uid="C1.Win.C1Chart.Label.Name">
          <a class="xref" href="C1.Win.C1Chart.Label.Name.html#C1_Win_C1Chart_Label_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_Offset" data-uid="C1.Win.C1Chart.Label.Offset">
          <a class="xref" href="C1.Win.C1Chart.Label.Offset.html#C1_Win_C1Chart_Label_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset distance in pixels from an associated data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_RotationOverride" data-uid="C1.Win.C1Chart.Label.RotationOverride">
          <a class="xref" href="C1.Win.C1Chart.Label.RotationOverride.html#C1_Win_C1Chart_Label_RotationOverride">RotationOverride</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation angle in degrees of the label, overriding the
Rotation value set in the style.  Applies only to label with Compass values
other than Radial and RadialText.  Only non-zero values are applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_Size" data-uid="C1.Win.C1Chart.Label.Size">
          <a class="xref" href="C1.Win.C1Chart.Label.Size.html#C1_Win_C1Chart_Label_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the label in chart control client coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_SizeDefault" data-uid="C1.Win.C1Chart.Label.SizeDefault">
          <a class="xref" href="C1.Win.C1Chart.Label.SizeDefault.html#C1_Win_C1Chart_Label_SizeDefault">SizeDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default size of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_Style" data-uid="C1.Win.C1Chart.Label.Style">
          <a class="xref" href="C1.Win.C1Chart.Label.Style.html#C1_Win_C1Chart_Label_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Style object of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_Text" data-uid="C1.Win.C1Chart.Label.Text">
          <a class="xref" href="C1.Win.C1Chart.Label.Text.html#C1_Win_C1Chart_Label_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of the label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_TooltipText" data-uid="C1.Win.C1Chart.Label.TooltipText">
          <a class="xref" href="C1.Win.C1Chart.Label.TooltipText.html#C1_Win_C1Chart_Label_TooltipText">TooltipText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_Visible" data-uid="C1.Win.C1Chart.Label.Visible">
          <a class="xref" href="C1.Win.C1Chart.Label.Visible.html#C1_Win_C1Chart_Label_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label visibility.</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_Win_C1Chart_Label_Dispose" data-uid="C1.Win.C1Chart.Label.Dispose">
          <a class="xref" href="C1.Win.C1Chart.Label.Dispose.html#C1_Win_C1Chart_Label_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Readies the chart object for garbage collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_ResetSizeDefault" data-uid="C1.Win.C1Chart.Label.ResetSizeDefault">
          <a class="xref" href="C1.Win.C1Chart.Label.ResetSizeDefault.html#C1_Win_C1Chart_Label_ResetSizeDefault">ResetSizeDefault()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets Label size so it is calculated automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_ResetStyle" data-uid="C1.Win.C1Chart.Label.ResetStyle">
          <a class="xref" href="C1.Win.C1Chart.Label.ResetStyle.html#C1_Win_C1Chart_Label_ResetStyle">ResetStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets Label style inheritance state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_ShouldSerializeSizeDefault" data-uid="C1.Win.C1Chart.Label.ShouldSerializeSizeDefault">
          <a class="xref" href="C1.Win.C1Chart.Label.ShouldSerializeSizeDefault.html#C1_Win_C1Chart_Label_ShouldSerializeSizeDefault">ShouldSerializeSizeDefault()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Chart.Label.SizeDefault.html#C1_Win_C1Chart_Label_SizeDefault">SizeDefault</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_Label_ShouldSerializeStyle" data-uid="C1.Win.C1Chart.Label.ShouldSerializeStyle">
          <a class="xref" href="C1.Win.C1Chart.Label.ShouldSerializeStyle.html#C1_Win_C1Chart_Label_ShouldSerializeStyle">ShouldSerializeStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.C1Chart.Label.Style.html#C1_Win_C1Chart_Label_Style">Style</a> has a default value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
