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

RadHtmlChart.Title - insert a line break

1 Answer 201 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Juan Carlos
Top achievements
Rank 1
Juan Carlos asked on 07 Nov 2012, 07:55 PM
Hello,
I'm working with type HtmlChart columns.
I'm assigning the title of the chart from code-behind.
Something like:
MyRadHtml.ChartTitle.Text = "Percentage of progress ...";
I need to insert into the title a line break.
Can you help?
Thank you.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 09 Nov 2012, 09:57 AM
Hello Juan,

SVG does not have line breaks by specification (http://www.w3.org/TR/SVG11/text.html#Introduction) and this means that you cannot have line breaks in RadHtmlChart. The exception are the tooltips which are HTML if you use their ClientTemplates. The case with the line breaks is already treated in this thread.


All the best,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (HTML5)
Asked by
Juan Carlos
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or