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

How To place name of serie in HtmlChart

2 Answers 38 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
EssMus
Top achievements
Rank 1
EssMus asked on 27 Apr 2015, 04:39 PM

hi,

i want to replace name of serie from the 1st to the 2ed palce cheek the pic to understading 

plz help me 

2 Answers, 1 is accepted

Sort by
0
Accepted
Vessy
Telerik team
answered on 30 Apr 2015, 11:18 AM
Hi Essoufi,

The name displayed in position 1 is the Legend of the Chart series. You can control its position by configuring the HtmlChart's Legend Appearance :
<telerik:RadHtmlChart runat="server" ID="RadHtmlChart1" Width="800" Height="500">
    <Legend>
        <Appearance Position="Top" />
    </Legend>
    ...
</telerik:RadHtmlChart>

You can find detailed information on the other available for configuration Legend related properties here: http://www.telerik.com/help/aspnet-ajax/htmlchart-server-side-api-basic-configuration.html#sectionSectionID0EFAAA

Regards,
Vessy
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
EssMus
Top achievements
Rank 1
answered on 30 Apr 2015, 12:59 PM
thank you Vessy
Tags
Chart (HTML5)
Asked by
EssMus
Top achievements
Rank 1
Answers by
Vessy
Telerik team
EssMus
Top achievements
Rank 1
Share this question
or