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

Hide chart side label

1 Answer 63 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Oren
Top achievements
Rank 1
Oren asked on 10 Sep 2012, 01:13 PM
hello,

i would to know how i'm hide the chart label "Series xx" from the chart and how can i positioning this label (without hide it) to the buttom

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 11 Sep 2012, 05:28 AM
Hi Oren,

1) Try setting the Visible property of Legend to false to hide the Legend as follows.

ASPX:
<telerik:RadChart ID="RadChart1" runat="server">
    ......
  <Legend Visible="false" ></Legend>
</telerik:RadChart>

2) Try the following code to position the Legend to the bottom of the RadChart.

ASPX:
<telerik:RadChart ID="RadChart1" runat="server">
    ......
  <Legend Appearance-Position-AlignedPosition="Bottom" ></Legend>
</telerik:RadChart>

Hope this helps.

Regards,
Princy.
Tags
Chart (Obsolete)
Asked by
Oren
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or