This is a migrated thread and some comments may be shown as answers.

Enabling of Scroll Bars in RAD Chart hides few of the bar graphs

5 Answers 167 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Faz
Top achievements
Rank 1
Faz asked on 09 Jun 2011, 06:39 PM

Hi,
We using Telerik control RAD control for ASP.NET v2010.3.1109.40. We are facing a critical issue with the RADCHART control. When we enable the scroll bar, few of the graphs are not even visible. But when scroll bar is disabled, all the bar graphs comes up fine. Please have alook at the code snippet below and screen shots for better understanding.Your prompt help would be appreciated.
Thanks,
Code Snippet :

<telerik:RadChart ID="TaxYearsChart" runat="server" Width="350px"
SeriesOrientation="Horizontal" Legend-Appearance-Visible="false" AutoLayout="true"
ChartTitle-TextBlock-Text="Year by Tax Type">
<ClientSettings EnableZoom="false" ScrollMode="XOnly" XScale="2" /> <!--If we add this line the scroll bar comes but few bar graphs line just blow off.-->
<Appearance FillStyle-MainColor="White">
<Border Color="DarkGray" Visible="true" />
</Appearance>
<PlotArea EmptySeriesMessage-TextBlock-Text="No Audit Cycles to Display" EmptySeriesMessage-TextBlock-Appearance-TextProperties-Color="White">
<YAxis AxisMode="Extended" AutoScale="false" Step="5" MinValue="0">
</YAxis>
<Appearance FillStyle-MainColor="#BBCFE7" FillStyle-FillType="Solid" Dimensions-AutoSize="true">
</Appearance>
</PlotArea>
<Appearance FillStyle-MainColor="White">
</Appearance>
</telerik:RadChart>

5 Answers, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 13 Jun 2011, 09:22 AM
Hello Aziz,

Your question was already answered in the support thread started by you - Ticket ID: 432843. I suggest that we keep the conversation in a single thread - in this case the formal support one as you will gain faster responses there (24 hours response time) and furthermore it will be easier for both sides if we follow a single thread.

Regards,
Evgenia
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Sumeet
Top achievements
Rank 1
answered on 07 Sep 2011, 02:05 PM
Hi Evgenia,

We are also facing same issue for Radchart.
Till now we are not able to find the answer in any of the forums.
Can you please reply to this thread or else give the link from where I can get the answer

Regards,
Sumeet
0
Evgenia
Telerik team
answered on 12 Sep 2011, 12:34 PM
Hi Sumeet,

Can you clarify the version of the RadChart you are testing with? Also can you open a formal support thread and attach the project where this issue reproduces? This way we'll be able to debug it locally and get back to you with our findings/suggestions.

Regards,
Evgenia
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
des white
Top achievements
Rank 1
answered on 11 Nov 2011, 09:49 PM
Same issue here.
I dont think Stacked bar or bar chart will work with scrolling.I tried adding a dummy line chart but the problem persists.
The bars are there but they all overlap and they dont line up with the Xaxis labels.

0
Evgenia
Telerik team
answered on 16 Nov 2011, 01:46 PM
Hello Des,

This is to inform you that your question was answered in the support thread started by you (Ticket ID: 481709). I'll just copy your resolution of the issue here for everyone else that will read this forum:
"The problem was that the data structure and the way your graph does not directly map the series x values to the x axis. I needed to create a sort of cross tab query so that the series data had zero values on the x axis".

Kind regards,
Evgenia
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Chart (Obsolete)
Asked by
Faz
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Sumeet
Top achievements
Rank 1
des white
Top achievements
Rank 1
Share this question
or