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

Stacked-bar chart and labeling...

1 Answer 82 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Bruce
Top achievements
Rank 1
Bruce asked on 13 Aug 2008, 09:36 PM
Hi there,
Firstly, have you stopped providing support for Chart for Asp.NET? I've tried the following links and I'm just giving up on going through your manuals:

Try any of the link in the following links:
http://www.telerik.com/help/aspnet/chart/understandingelementsseries2.html
http://www.telerik.com/help/aspnet/chart/understandingelementsseriesdefaultvalues.html

There are more, but anyways....

How can I remove the numerical values that are displayed on top of the bar-charts? Currently, I'm getting a bar-graph, and numeric value is displayed on top of each bar (representing the y-value of the bar at location x). This number is toooooo far away from the actual bar and spcially in cases of a bar-chart these labelings become super confusing. For now we've decided to remove such labelings, unless there's an alternative (so we can display the label inside the bar may be?)

cheers!

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 15 Aug 2008, 10:24 AM
Hi Bruce,

The broken links seem to appear due to be a glitch in the help system. Please, accept our apologies for the inconvenience. Your Telerik points have been updated.

Onto your question -- you can hide the labels like this:

 <telerik:RadChart ID="RadChart1" runat='server' AutoLayout="true" Width="1000"
        <Series> 
            <telerik:ChartSeries Type="Bar"
                    <Appearance> 
                        <LabelAppearance Visible="false"></LabelAppearance> 
                    </Appearance> 


Hope this helps.

Regards,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Chart (Obsolete)
Asked by
Bruce
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or