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