# C1.Win.C1Chart3D.Chart3DAxis.AnnoFormatString

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart3D_Chart3DAxis_AnnoFormatString_" data-uid="C1.Win.C1Chart3D.Chart3DAxis.AnnoFormatString*">AnnoFormatString Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart3D_Chart3DAxis_AnnoFormatString_" data-uid="C1.Win.C1Chart3D.Chart3DAxis.AnnoFormatString*"></a>
<h4 id="C1_Win_C1Chart3D_Chart3DAxis_AnnoFormatString" data-uid="C1.Win.C1Chart3D.Chart3DAxis.AnnoFormatString">AnnoFormatString</h4>
<div class="markdown level1 summary"><p>Gets or set the annotation format string used with manual formats.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual string AnnoFormatString { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Property AnnoFormatString As String</code></pre>
</div>
<h5 id="C1_Win_C1Chart3D_Chart3DAxis_AnnoFormatString_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
Only used when AnnoFormat property is NumericManual or DateManual. The AnnoFormatString property specifies
a custom string for formatting the annotations along the axis.
</p>
<p>
When the AnnoFormat property is NumericManual, the AnnoFormatString property can be set to format strings as
described by the .Net double.ToString(AnnoFormatString) method call.  Custom numeric format strings are described
in detail by the .Net documentation under “Custom Numeric Format Strings”.  If the AnnoFormatString property
is empty, then “g” or General is used.
</p>
<p>
When the AnnoFormat property is DateManual, the AnnoFormatString property can be set to format string as described
by the .Net DateTime.ToString(AnnoFormatSTring) method call.  Custom DateTime format strings are described in detail
by the .Net documentation under “Date and Time Format Strings”.  If the AnnoFormatString property is empty,
then C1Chart selects a format string appropriate for the time span defined by the axis maximum and minimum values.
</p>
</div>
<h5 id="C1_Win_C1Chart3D_Chart3DAxis_AnnoFormatString_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart3D.Chart3DAxis.html">Chart3DAxis</a></div>
</div>
</div>
