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

How to place the bar chart Yvalue label text into the bar plot area?

1 Answer 22 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Shameem Jawed
Top achievements
Rank 1
Shameem Jawed asked on 22 Aug 2009, 09:10 AM
I want to display my Chart values in the plot area, at the extream end of the plot area but withine the plot area itself. Please let me know how can it be achieved? Do we have any properties for this,?

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 26 Aug 2009, 08:39 AM
Hi Shameem,

There is no specific property for this but you can use the following workaround - set the labels to appear outside the bar and set a large value for the label's bottom margin. This will push the labels up, while they are still bound by the plot area:

<telerik:ChartSeries Name="Series 1" Type="Bar"
                    <Appearance> 
                        <LabelAppearance Dimensions-Margins="1px, 1px, 300px, 1px" LabelLocation="Outside"
                        </LabelAppearance> 


Greetings,
Ves
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Chart (Obsolete)
Asked by
Shameem Jawed
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or