# FarPoint.Web.Chart.FpChart.AlternateText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Chart_FpChart_AlternateText_" data-uid="FarPoint.Web.Chart.FpChart.AlternateText*">AlternateText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Chart_FpChart_AlternateText_" data-uid="FarPoint.Web.Chart.FpChart.AlternateText*"></a>
<h4 id="FarPoint_Web_Chart_FpChart_AlternateText" data-uid="FarPoint.Web.Chart.FpChart.AlternateText">AlternateText</h4>
<div class="markdown level1 summary"><p>Gets or sets the alternate text displayed in the <a class="xref" href="FarPoint.Web.Chart.FpChart.html">FpChart</a> control when the image is unavailable.
Browsers that support the ToolTip feature display this text as a ToolTip.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Bindable(true)]
[FpCategory(&quot;Category_Appearance&quot;)]
public virtual string AlternateText { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Bindable(True)&gt;
&lt;FpCategory(&quot;Category_Appearance&quot;)&gt;
Public Overridable Property AlternateText As String</code></pre>
</div>
</div>
