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

Chart İnformation Side

2 Answers 39 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ali
Top achievements
Rank 1
Ali asked on 24 Jan 2013, 08:03 AM
Hi,

I want the chart information left side, not right side,( BUTCE , SATIS , ESATIS)  and I need it on the chart, not near.
Can I do it ?

Thanks

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 24 Jan 2013, 09:01 AM
Hi,

Try the following code snippet to achieve your scenario.

ASPX:
<telerik:RadChart ID="RadChart1" SkinsOverrideStyles="true" runat="server">
   ...........
   <Legend  Appearance-Location="InsidePlotArea" Appearance-Position-AlignedPosition="TopLeft">
   </Legend>
</telerik:RadChart>

Hope this helps.

Regards,
Princy.
0
Ali
Top achievements
Rank 1
answered on 24 Jan 2013, 09:10 AM
Hi again,

İt worked. Thanks a lot. Here screenshot. Thanks again :)
Tags
Chart (Obsolete)
Asked by
Ali
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Ali
Top achievements
Rank 1
Share this question
or