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

how to show the label on chart using SeriesMapping

1 Answer 35 Views
Chart
This is a migrated thread and some comments may be shown as answers.
kavitha
Top achievements
Rank 1
kavitha asked on 14 Feb 2014, 01:51 PM
I am using below code to show lable on chart :

 <telerik:RadChart.SeriesMappings>
                <RadChartArea:SeriesMapping >
                    <RadChartArea:SeriesMapping.SeriesDefinition>
                        <RadChartArea:BarSeriesDefinition  ShowItemToolTips="True"  ShowItemLabels="True">
                         
                            
                        </RadChartArea:BarSeriesDefinition>
                    </RadChartArea:SeriesMapping.SeriesDefinition>                   


                    <RadChartArea:ItemMapping DataPointMember="YValue" FieldName="Amount_1099" />                    
                    <RadChartArea:ItemMapping DataPointMember="Tooltip" FieldName="AccountName_AccountNo"/>
                    
                </RadChartArea:SeriesMapping>
            </telerik:RadChart.SeriesMappings>   I  have to show lable on series not aboue of series.....let me how can i show that 







1 Answer, 1 is accepted

Sort by
0
kavitha
Top achievements
Rank 1
answered on 18 Feb 2014, 01:59 PM
I have used below code :

This solved my issue:
    
        <RadChartArea:BarSeriesDefinition.LabelSettings>

                                <RadChartArea:BarLabelSettings LabelDisplayMode="Inside"/>

          </RadChartArea:BarSeriesDefinition.LabelSettings>
Tags
Chart
Asked by
kavitha
Top achievements
Rank 1
Answers by
kavitha
Top achievements
Rank 1
Share this question
or