# C1.Win.C1Chart.Axis.AnnoFormat

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_Axis_AnnoFormat_" data-uid="C1.Win.C1Chart.Axis.AnnoFormat*">AnnoFormat Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_Axis_AnnoFormat_" data-uid="C1.Win.C1Chart.Axis.AnnoFormat*"></a>
<h4 id="C1_Win_C1Chart_Axis_AnnoFormat" data-uid="C1.Win.C1Chart.Axis.AnnoFormat">AnnoFormat</h4>
<div class="markdown level1 summary"><p>Gets or sets the annotation format for the axis.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual FormatEnum AnnoFormat { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Property AnnoFormat As FormatEnum</code></pre>
</div>
<h5 id="C1_Win_C1Chart_Axis_AnnoFormat_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
The AnnoFormat property allow specification of numeric and time formats using enumerated values.
</p>
<p>
For numeric values, each of the enumerations specify formatting similar to that specified
by the .Net <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.globalization.numberformatinfo">NumberFormatInfo</a>, including Currency, General, Exponential, Percentage,
Roundtrip and Hexadecimal.  NumericManual is used in conjunction with the AnnoFormatString property
to specify a custom format string.
</p>
<p>
For date/time values, each of the enumerations specify formatting similar to that specified
by the .Net <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.globalization.datetimeformatinfo">DateTimeFormatInfo</a> class, including combinations of long
and short dates and times, and universal time representations.  DateManual is used in conjunction
with the AnnoFormatString property to specify a custom format string.
</p>
</div>
<h5 id="C1_Win_C1Chart_Axis_AnnoFormat_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart.Axis.html">Axis</a></div>
</div>
</div>
