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
<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