# C1.Win.FlexReport.Chart.ChartAxis.AnnoFormat

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_Chart_ChartAxis_AnnoFormat_" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AnnoFormat*">AnnoFormat Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_Chart_ChartAxis_AnnoFormat_" data-uid="C1.Win.FlexReport.Chart.ChartAxis.AnnoFormat*"></a>
<h4 id="C1_Win_FlexReport_Chart_ChartAxis_AnnoFormat" data-uid="C1.Win.FlexReport.Chart.ChartAxis.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 ChartFormat AnnoFormat { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AnnoFormat As ChartFormat</code></pre>
</div>
<h5 id="C1_Win_FlexReport_Chart_ChartAxis_AnnoFormat_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
The AnnoFormat property allow specification of numeric and date/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>
</div>
