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

Chart data problem

2 Answers 54 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Nenad Djukic
Top achievements
Rank 1
Nenad Djukic asked on 17 May 2010, 10:57 AM
Hello all.

I have a problem with chart data within stacked bar chart.
Some data is not visible.
ItemSource of chart is List<decimal[5]>.
Image is attached.
Each column contains segments woth values from 30-70 from bottom to the top.
Bottom segments with value 30 are not visible at all.
I put AxisY.AutoRange to false and AxisY.MaxValue to 300 (sum of all segments from one solumn is 250).

Could you please help me about this?
Thanx in advance.
    Nenad

2 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 19 May 2010, 03:47 PM
Hi Nenad Djukic,

Please, find attached a sample project, which works as expected on our side - all data is displayed. Please note that when you set the AxisY.AutoRange property to False, you need to make sure you manually define MaxValue, MinValue and Step.

Perhaps reviewing the application would give you a few tips and be helpful to you. If you continue experiencing the issue, we would be very grateful if you could modify the sample app, so that the problem is reproducible for our developers to be able to debug it and provide a solution.

Greetings,
Nikolay
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
Nenad Djukic
Top achievements
Rank 1
answered on 20 May 2010, 09:26 AM
Thank you, Nikolay
Tags
Chart
Asked by
Nenad Djukic
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Nenad Djukic
Top achievements
Rank 1
Share this question
or