# C1.Win.C1Chart.FormatEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Chart_FormatEnum" data-uid="C1.Win.C1Chart.FormatEnum" class="text-break">FormatEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Use the members of this enumeration to set the value of the AnnoFormat property in the Axis class.</p>
</div>
  <div class="markdown level0 conceptual"></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_FormatEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FormatEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FormatEnum</code></pre>
  </div>
  <h5 id="C1_Win_C1Chart_FormatEnum_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>See .Net date and time format strings and standard numeric format strings for more information.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateFull">DateFull</td>
        <td><p>A full date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateFullShortTime">DateFullShortTime</td>
        <td><p>A long date and short time format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateGeneral">DateGeneral</td>
        <td><p>A general date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateGeneralShortTime">DateGeneralShortTime</td>
        <td><p>A general date format with short time format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateLong">DateLong</td>
        <td><p>A long date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateLongTime">DateLongTime</td>
        <td><p>A long time format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateManual">DateManual</td>
        <td><p>Used in conjunction with the Axis AnnoFormatString property
to specify a .Net custom date/datetime format.
(See custom date and time format strings in the .Net documentation).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateMonth">DateMonth</td>
        <td><p>A month format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateRFC1123">DateRFC1123</td>
        <td><p>A date format based on the IETF RFC 1123 specification.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateShort">DateShort</td>
        <td><p>A short date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateShortTime">DateShortTime</td>
        <td><p>A short time format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateSortable">DateSortable</td>
        <td><p>A sortable date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateUniversal">DateUniversal</td>
        <td><p>A universal date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateUniversalSortable">DateUniversalSortable</td>
        <td><p>A universally sortable date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_DateYear">DateYear</td>
        <td><p>A year format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_NumericCurrency">NumericCurrency</td>
        <td><p>A currency amount format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_NumericExponential">NumericExponential</td>
        <td><p>A scientific or exponential format in the form &quot;-d.ddd…E+ddd&quot; or &quot;-d.ddd…e+ddd&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_NumericGeneral">NumericGeneral</td>
        <td><p>A general number format. Formatted into the most compact decimal
form using fixed or scientific notation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_NumericHexadecimal">NumericHexadecimal</td>
        <td><p>A hexadecimal format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_NumericManual">NumericManual</td>
        <td><p>Used in conjunction with the Axis AnnoFormatString property
to specify a .Net custom numeric format.
(See custom numeric format strings in the .Net documentation).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_NumericPercentage">NumericPercentage</td>
        <td><p>A percentage amount format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_FormatEnum_NumericRoundtrip">NumericRoundtrip</td>
        <td><p>A format which guarantees that a numeric value after being
converted will be returned as the same numeric value.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
