# C1.Win.C1Chart3D.Chart3DAxis.AnnoFormat

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart3D_Chart3DAxis_AnnoFormat_" data-uid="C1.Win.C1Chart3D.Chart3DAxis.AnnoFormat*">AnnoFormat Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart3D_Chart3DAxis_AnnoFormat_" data-uid="C1.Win.C1Chart3D.Chart3DAxis.AnnoFormat*"></a>
<h4 id="C1_Win_C1Chart3D_Chart3DAxis_AnnoFormat" data-uid="C1.Win.C1Chart3D.Chart3DAxis.AnnoFormat">AnnoFormat</h4>
<div class="markdown level1 summary"><p>Gets or sets the annotation format.</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_C1Chart3D_Chart3DAxis_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> class, 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_C1Chart3D_Chart3DAxis_AnnoFormat_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart3D.Chart3DAxis.html">Chart3DAxis</a></div>
</div>
</div>
