# C1.Win.Gauge.BulletGraph.BulletGraphLabelStyles

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_BulletGraph_BulletGraphLabelStyles" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphLabelStyles" class="text-break">BulletGraphLabelStyles Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for a style of the <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> labels.</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="C1.Win.Gauge.StyledPropertyCollection.html">StyledPropertyCollection</a></div>
    <div class="level2"><a class="xref" href="C1.Win.Gauge.BaseStyle.html">BaseStyle</a></div>
    <div class="level3"><span class="xref">BulletGraphLabelStyles</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Gauge.BulletGraph.html">C1.Win.Gauge.BulletGraph</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Gauge.10.dll</h6>
  <h5 id="C1_Win_Gauge_BulletGraph_BulletGraphLabelStyles_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BulletGraphLabelStyles : BaseStyle, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BulletGraphLabelStyles
    Inherits BaseStyle
    Implements INotifyPropertyChanged, IDisposable</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_BulletGraph_BulletGraphLabelStyles_Caption" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphLabelStyles.Caption">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphLabelStyles.Caption.html#C1_Win_Gauge_BulletGraph_BulletGraphLabelStyles_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of the caption element on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphLabelStyles_Scale" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphLabelStyles.Scale">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphLabelStyles.Scale.html#C1_Win_Gauge_BulletGraph_BulletGraphLabelStyles_Scale">Scale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of the scale label element on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_BulletGraph_BulletGraphLabelStyles_Value" data-uid="C1.Win.Gauge.BulletGraph.BulletGraphLabelStyles.Value">
          <a class="xref" href="C1.Win.Gauge.BulletGraph.BulletGraphLabelStyles.Value.html#C1_Win_Gauge_BulletGraph_BulletGraphLabelStyles_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style containing display attributes that determine the general appearance of the value label element on the screen.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
