# C1.Win.Gauge.BulletGraphCaption

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_BulletGraphCaption" data-uid="C1.Win.Gauge.BulletGraphCaption" class="text-break">BulletGraphCaption Class
</h1>
  <div class="markdown level0 summary"><p>Class that defines the appearance of the graph caption.</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">BulletGraphCaption</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Gauge.html">C1.Win.Gauge</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_BulletGraphCaption_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class BulletGraphCaption : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class BulletGraphCaption
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <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_Gauge_BulletGraphCaption_Alignment" data-uid="C1.Win.Gauge.BulletGraphCaption.Alignment">
          <a class="xref" href="C1.Win.Gauge.BulletGraphCaption.Alignment.html#C1_Win_Gauge_BulletGraphCaption_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets a value that determines the alignment of caption relative to its layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraphCaption_Height" data-uid="C1.Win.Gauge.BulletGraphCaption.Height">
          <a class="xref" href="C1.Win.Gauge.BulletGraphCaption.Height.html#C1_Win_Gauge_BulletGraphCaption_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the caption. Use <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double.nan">NaN</a> value to auto width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraphCaption_Position" data-uid="C1.Win.Gauge.BulletGraphCaption.Position">
          <a class="xref" href="C1.Win.Gauge.BulletGraphCaption.Position.html#C1_Win_Gauge_BulletGraphCaption_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the caption relative to the graph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraphCaption_Text" data-uid="C1.Win.Gauge.BulletGraphCaption.Text">
          <a class="xref" href="C1.Win.Gauge.BulletGraphCaption.Text.html#C1_Win_Gauge_BulletGraphCaption_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets the caption text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraphCaption_Width" data-uid="C1.Win.Gauge.BulletGraphCaption.Width">
          <a class="xref" href="C1.Win.Gauge.BulletGraphCaption.Width.html#C1_Win_Gauge_BulletGraphCaption_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the caption. Use <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double.nan">NaN</a> value to auto width.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Gauge_BulletGraphCaption_PropertyChanged" data-uid="C1.Win.Gauge.BulletGraphCaption.PropertyChanged">
          <a class="xref" href="C1.Win.Gauge.BulletGraphCaption.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
