Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
508 compliance for UltraChart (My chart is never selected by using a tab key)
posted

I need to make the ultrachart section508 complaint.  I have set the the properties to:

this.UltraChart1.Section508Compliant = true;

this.UltraChart1.Section508.ChartImage.AltFormatString = "something";

 

 

this.UltraChart.TabIndex = 42;

The issue is that while using the tab key, it actually never goes inside my chart to display any alt text.  I have a div tag:

<

 

 

div id="BulletDiv" style="text-align;" Tabindex ="41" Accesskey="C">

It does select this box, but ultrachart is never selected and skips to the next panel.

<

 

 

igchart:UltraChart ID="UltraChart" runat="server"

 

 

EmptyChartText="Data Not Available. Please call UltraChart.Data.DataBind() after setting valid Data.DataSource" TabIndex = "42"

 

 

Version="9.2" >