# C1.Win.Gauge.C1BulletGraph

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Gauge_C1BulletGraph" data-uid="C1.Win.Gauge.C1BulletGraph" class="text-break">C1BulletGraph Class
</h1>
  <div class="markdown level0 summary"><p>Control that shows a bullet graph.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><span class="xref">C1BulletGraph</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</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_C1BulletGraph_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1Gauge), &quot;C1Gauge.png&quot;)]
public class C1BulletGraph : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1Gauge), &quot;C1Gauge.png&quot;)&gt;
Public Class C1BulletGraph
    Inherits Control
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize</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_Gauge_C1BulletGraph__ctor" data-uid="C1.Win.Gauge.C1BulletGraph.#ctor">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.-ctor.html#C1_Win_Gauge_C1BulletGraph__ctor">C1BulletGraph()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> control.</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_Gauge_C1BulletGraph_Bad" data-uid="C1.Win.Gauge.C1BulletGraph.Bad">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Bad.html#C1_Win_Gauge_C1BulletGraph_Bad">Bad</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a reference value considered bad for the measure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Caption" data-uid="C1.Win.Gauge.C1BulletGraph.Caption">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Caption.html#C1_Win_Gauge_C1BulletGraph_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.Gauge.BulletGraphCaption.html">BulletGraphCaption</a> object that defines the appearance of the graph caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_DefaultSize" data-uid="C1.Win.Gauge.C1BulletGraph.DefaultSize">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.DefaultSize.html#C1_Win_Gauge_C1BulletGraph_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default size of the Gauge container control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Good" data-uid="C1.Win.Gauge.C1BulletGraph.Good">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Good.html#C1_Win_Gauge_C1BulletGraph_Good">Good</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a reference value considered good for the measure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_GraphScale" data-uid="C1.Win.Gauge.C1BulletGraph.GraphScale">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.GraphScale.html#C1_Win_Gauge_C1BulletGraph_GraphScale">GraphScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.Gauge.BulletGraphScale.html">BulletGraphScale</a> object that defines the appearance of the graph scale.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_IsReversed" data-uid="C1.Win.Gauge.C1BulletGraph.IsReversed">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.IsReversed.html#C1_Win_Gauge_C1BulletGraph_IsReversed">IsReversed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether scale values should appear in reversed order (from Maximum to Minimum).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Maximum" data-uid="C1.Win.Gauge.C1BulletGraph.Maximum">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Maximum.html#C1_Win_Gauge_C1BulletGraph_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the largest value that can be displayed on the gauge.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Minimum" data-uid="C1.Win.Gauge.C1BulletGraph.Minimum">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Minimum.html#C1_Win_Gauge_C1BulletGraph_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the smallest value that can be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Orientation" data-uid="C1.Win.Gauge.C1BulletGraph.Orientation">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Orientation.html#C1_Win_Gauge_C1BulletGraph_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Orientation of a <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Origin" data-uid="C1.Win.Gauge.C1BulletGraph.Origin">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Origin.html#C1_Win_Gauge_C1BulletGraph_Origin">Origin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the graph origin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ShowValue" data-uid="C1.Win.Gauge.C1BulletGraph.ShowValue">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ShowValue.html#C1_Win_Gauge_C1BulletGraph_ShowValue">ShowValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control displays value text at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Styles" data-uid="C1.Win.Gauge.C1BulletGraph.Styles">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Styles.html#C1_Win_Gauge_C1BulletGraph_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> styles.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Target" data-uid="C1.Win.Gauge.C1BulletGraph.Target">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Target.html#C1_Win_Gauge_C1BulletGraph_Target">Target</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the target value for the measure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Value" data-uid="C1.Win.Gauge.C1BulletGraph.Value">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Value.html#C1_Win_Gauge_C1BulletGraph_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets current value of the graph.</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_Gauge_C1BulletGraph_BeginInit" data-uid="C1.Win.Gauge.C1BulletGraph.BeginInit">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.BeginInit.html#C1_Win_Gauge_C1BulletGraph_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Dispose_System_Boolean_" data-uid="C1.Win.Gauge.C1BulletGraph.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Dispose.html#C1_Win_Gauge_C1BulletGraph_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_EndInit" data-uid="C1.Win.Gauge.C1BulletGraph.EndInit">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.EndInit.html#C1_Win_Gauge_C1BulletGraph_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_GetImage" data-uid="C1.Win.Gauge.C1BulletGraph.GetImage">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.GetImage.html#C1_Win_Gauge_C1BulletGraph_GetImage">GetImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a &quot;screenshot&quot; of the <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_GetImage_System_Int32_System_Int32_" data-uid="C1.Win.Gauge.C1BulletGraph.GetImage(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.GetImage.html#C1_Win_Gauge_C1BulletGraph_GetImage_System_Int32_System_Int32_">GetImage(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a &quot;screenshot&quot; of the <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> control as an image
with given width and height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_GetImage_System_Int32_System_Int32_System_Drawing_Imaging_PixelFormat_" data-uid="C1.Win.Gauge.C1BulletGraph.GetImage(System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.GetImage.html#C1_Win_Gauge_C1BulletGraph_GetImage_System_Int32_System_Int32_System_Drawing_Imaging_PixelFormat_">GetImage(int, int, PixelFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a &quot;screenshot&quot; of the <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> control as an image
with given width, height, and pixel format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_OnBackColorChanged_System_EventArgs_" data-uid="C1.Win.Gauge.C1BulletGraph.OnBackColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.OnBackColorChanged.html#C1_Win_Gauge_C1BulletGraph_OnBackColorChanged_System_EventArgs_">OnBackColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the BackColorChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_OnBackgroundImageChanged_System_EventArgs_" data-uid="C1.Win.Gauge.C1BulletGraph.OnBackgroundImageChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.OnBackgroundImageChanged.html#C1_Win_Gauge_C1BulletGraph_OnBackgroundImageChanged_System_EventArgs_">OnBackgroundImageChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the System.Windows.Forms.Control.BackgroundImageChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_OnBackgroundImageLayoutChanged_System_EventArgs_" data-uid="C1.Win.Gauge.C1BulletGraph.OnBackgroundImageLayoutChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.OnBackgroundImageLayoutChanged.html#C1_Win_Gauge_C1BulletGraph_OnBackgroundImageLayoutChanged_System_EventArgs_">OnBackgroundImageLayoutChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the System.Windows.Forms.Control.BackgroundImageLayoutChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_OnBindingContextChanged_System_EventArgs_" data-uid="C1.Win.Gauge.C1BulletGraph.OnBindingContextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.OnBindingContextChanged.html#C1_Win_Gauge_C1BulletGraph_OnBindingContextChanged_System_EventArgs_">OnBindingContextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies Gauges about changing the binding context.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_OnEnabledChanged_System_EventArgs_" data-uid="C1.Win.Gauge.C1BulletGraph.OnEnabledChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.OnEnabledChanged.html#C1_Win_Gauge_C1BulletGraph_OnEnabledChanged_System_EventArgs_">OnEnabledChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the EnabledChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_OnFontChanged_System_EventArgs_" data-uid="C1.Win.Gauge.C1BulletGraph.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.OnFontChanged.html#C1_Win_Gauge_C1BulletGraph_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FontChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_OnForeColorChanged_System_EventArgs_" data-uid="C1.Win.Gauge.C1BulletGraph.OnForeColorChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.OnForeColorChanged.html#C1_Win_Gauge_C1BulletGraph_OnForeColorChanged_System_EventArgs_">OnForeColorChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ForeColorChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Gauge.C1BulletGraph.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.OnPaint.html#C1_Win_Gauge_C1BulletGraph_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Paint event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_OnResize_System_EventArgs_" data-uid="C1.Win.Gauge.C1BulletGraph.OnResize(System.EventArgs)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.OnResize.html#C1_Win_Gauge_C1BulletGraph_OnResize_System_EventArgs_">OnResize(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Resize event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_OnVisibleChanged_System_EventArgs_" data-uid="C1.Win.Gauge.C1BulletGraph.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.OnVisibleChanged.html#C1_Win_Gauge_C1BulletGraph_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the VisibleChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Render_System_Drawing_Graphics_System_Int32_System_Int32_" data-uid="C1.Win.Gauge.C1BulletGraph.Render(System.Drawing.Graphics,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Render.html#C1_Win_Gauge_C1BulletGraph_Render_System_Drawing_Graphics_System_Int32_System_Int32_">Render(Graphics, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Render  the <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> control in specified graphics with given width and height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_Render_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.Win.Gauge.C1BulletGraph.Render(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.Render.html#C1_Win_Gauge_C1BulletGraph_Render_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_">Render(Graphics, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Render the <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a> control in specified graphics with given rectangle where the graph will be painted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ResetBad" data-uid="C1.Win.Gauge.C1BulletGraph.ResetBad">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ResetBad.html#C1_Win_Gauge_C1BulletGraph_ResetBad">ResetBad()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ResetCaption" data-uid="C1.Win.Gauge.C1BulletGraph.ResetCaption">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ResetCaption.html#C1_Win_Gauge_C1BulletGraph_ResetCaption">ResetCaption()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ResetGood" data-uid="C1.Win.Gauge.C1BulletGraph.ResetGood">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ResetGood.html#C1_Win_Gauge_C1BulletGraph_ResetGood">ResetGood()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ResetGraphScale" data-uid="C1.Win.Gauge.C1BulletGraph.ResetGraphScale">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ResetGraphScale.html#C1_Win_Gauge_C1BulletGraph_ResetGraphScale">ResetGraphScale()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ResetStyles" data-uid="C1.Win.Gauge.C1BulletGraph.ResetStyles">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ResetStyles.html#C1_Win_Gauge_C1BulletGraph_ResetStyles">ResetStyles()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ShouldSerializeBad" data-uid="C1.Win.Gauge.C1BulletGraph.ShouldSerializeBad">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ShouldSerializeBad.html#C1_Win_Gauge_C1BulletGraph_ShouldSerializeBad">ShouldSerializeBad()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ShouldSerializeCaption" data-uid="C1.Win.Gauge.C1BulletGraph.ShouldSerializeCaption">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ShouldSerializeCaption.html#C1_Win_Gauge_C1BulletGraph_ShouldSerializeCaption">ShouldSerializeCaption()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ShouldSerializeGood" data-uid="C1.Win.Gauge.C1BulletGraph.ShouldSerializeGood">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ShouldSerializeGood.html#C1_Win_Gauge_C1BulletGraph_ShouldSerializeGood">ShouldSerializeGood()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ShouldSerializeGraphScale" data-uid="C1.Win.Gauge.C1BulletGraph.ShouldSerializeGraphScale">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ShouldSerializeGraphScale.html#C1_Win_Gauge_C1BulletGraph_ShouldSerializeGraphScale">ShouldSerializeGraphScale()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ShouldSerializeStyles" data-uid="C1.Win.Gauge.C1BulletGraph.ShouldSerializeStyles">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ShouldSerializeStyles.html#C1_Win_Gauge_C1BulletGraph_ShouldSerializeStyles">ShouldSerializeStyles()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Gauge_C1BulletGraph_ShowAboutBox" data-uid="C1.Win.Gauge.C1BulletGraph.ShowAboutBox">
          <a class="xref" href="C1.Win.Gauge.C1BulletGraph.ShowAboutBox.html#C1_Win_Gauge_C1BulletGraph_ShowAboutBox">ShowAboutBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the About Box for an instance of <a class="xref" href="C1.Win.Gauge.C1BulletGraph.html">C1BulletGraph</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
