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

Scratch bar chart to show full label

1 Answer 32 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Oleg
Top achievements
Rank 1
Oleg asked on 04 Sep 2013, 10:43 AM
Sorry for mistake in title -  "stretch".
I use horizontal bar chart to display data. I want to show value of point after the bar, often label is long because i use currency characters after. Here is my code:
<telerikChart:RadCartesianChart >
    <telerikChart:RadCartesianChart.HorizontalAxis >
        <telerikChart:LinearAxis ShowLabels="False" />
    </telerikChart:RadCartesianChart.HorizontalAxis>
    <telerikChart:RadCartesianChart.VerticalAxis>
        <telerikChart:CategoricalAxis/>
    </telerikChart:RadCartesianChart.VerticalAxis>
    <telerikChart:BarSeries ShowLabels="True">
      <charting:CategoricalDataPoint Value="400000" Category="asdasda2" Label="12313 usd"/>
    </telerikChart:BarSeries>
</telerikChart:RadCartesianChart>
unfortunately, chart draws full bars but cuts off long labels (see picture).
How can i avoid this cutting?

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 09 Sep 2013, 11:14 AM
Hello Oleg,

Thanks for writing and for your question.

A possible option is to put the Chart in a ScrollViewer and allow your users to scroll to see the labels.

Regards,
Deyan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Chart
Asked by
Oleg
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or