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

Bars in rad chart with small values are not selectable

2 Answers 65 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Rahul
Top achievements
Rank 1
Rahul asked on 30 Dec 2010, 11:32 AM
Hello,

I am using Radchart and getting a problem that the Bars with small values are not selectable
as the bar is displayed having small values.
When values in the charts have values that are close to 0 and also ones that are large, the smaller values become
unselectable. Is there any way to make a selectable area for those values that are too small to click?

How can i make bar selectable with small values.
Attached is the snapshot of Rad Chart with un-selectable bar.
Please provide suggestions.

Thanks,

Rahul

2 Answers, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 30 Dec 2010, 05:29 PM
Hello Rahul,

You can select the Bars not only by clicking on Chart Area but on Legend too. I suggest you to set LegendDisplayMode property of the Legend to DataPointLabel as this will display an item for each DataPoint in your series as described in our help topic (Legend Display Modes). By clicking on specific LegendName you will have the Bar item selected.

All the best,
Evgenia
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Karam
Top achievements
Rank 2
answered on 04 Jan 2011, 08:37 AM
Hello Rahul ,
You can  use   LogarithmicScale
in this way :   RadChart1.DefaultView.ChartArea.AxisY.IsLogarithmic = true;
this will reduce the different of appearance between large and tiny values

regards
Tags
Chart
Asked by
Rahul
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Karam
Top achievements
Rank 2
Share this question
or