# C1.Win.FlexReport.Chart.ChartAxis.AnnoFormatString

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_Chart_ChartAxis_AnnoFormatString_" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AnnoFormatString*">AnnoFormatString Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_Chart_ChartAxis_AnnoFormatString_" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AnnoFormatString*"></a>
<h4 id="C1_Win_FlexReport_Chart_ChartAxis_AnnoFormatString" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AnnoFormatString">AnnoFormatString</h4>
<div class="markdown level1 summary"><p>Gets or sets the annnotation 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 string AnnoFormatString { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AnnoFormatString As String</code></pre>
</div>
<h5 id="C1_Win_FlexReport_Chart_ChartAxis_AnnoFormatString_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
Only used when <a class="xref" href="C1.Win.FlexReport.Chart.ChartAxis.AnnoFormat.html#C1_Win_FlexReport_Chart_ChartAxis_AnnoFormat">AnnoFormat</a> 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 ChartField selects a format string appropriate for the time span defined by the axis maximum and minimum values.
</p>
</div>
</div>
