# C1.Win.FlexReport.Chart.ChartFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexReport_Chart_ChartFormat" data-uid="C1.Win.FlexReport.Chart.ChartFormat" class="text-break">ChartFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the annotion format of the 2D chart axis.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_ChartFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ChartFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ChartFormat</code></pre>
  </div>
  <h5 id="C1_Win_FlexReport_Chart_ChartFormat_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_FlexReport_Chart_ChartFormat_DateFull">DateFull</td>
        <td><p>A full date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateFullShortTime">DateFullShortTime</td>
        <td><p>A long date and short time format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateGeneral">DateGeneral</td>
        <td><p>A general date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateGeneralShortTime">DateGeneralShortTime</td>
        <td><p>A general date format with short time format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateLong">DateLong</td>
        <td><p>A long date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateLongTime">DateLongTime</td>
        <td><p>A long time format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateManual">DateManual</td>
        <td><p>Used in conjunction with the ChartAxis 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_FlexReport_Chart_ChartFormat_DateMonth">DateMonth</td>
        <td><p>A month format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateRFC1123">DateRFC1123</td>
        <td><p>A date format based on the IETF RFC 1123 specification.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateShort">DateShort</td>
        <td><p>A short date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateShortTime">DateShortTime</td>
        <td><p>A short time format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateSortable">DateSortable</td>
        <td><p>A sortable date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateUniversal">DateUniversal</td>
        <td><p>A universal date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateUniversalSortable">DateUniversalSortable</td>
        <td><p>A universally sortable date format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_DateYear">DateYear</td>
        <td><p>A year format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_NumericCurrency">NumericCurrency</td>
        <td><p>A currency amount format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_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_FlexReport_Chart_ChartFormat_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_FlexReport_Chart_ChartFormat_NumericHexadecimal">NumericHexadecimal</td>
        <td><p>A hexadecimal format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_NumericManual">NumericManual</td>
        <td><p>Used in conjunction with the ChartAxis 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_FlexReport_Chart_ChartFormat_NumericPercentage">NumericPercentage</td>
        <td><p>A percentage amount format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFormat_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>
