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

Add a custom text to the bottom right of the chart outside of the plot area

1 Answer 57 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ian
Top achievements
Rank 1
Ian asked on 12 Apr 2012, 12:01 AM
G'Day Guys,

I have been asked to place a copyright notice in small lettering on the very bottom right of each chart.

Should be a simple thing to put some text down there, but I am struggling to find out how to do it.  If it were within the plot area then I gather I could use markedzones, but even reading through the examples I do not see a clear way to put text on the chart using marked zones.  I followed the demo and I can make lovely colorful back strips ..... not what I need right now though.

1.  How can I add something like "Copyright 2012, XYZ Company" to the bottom right hand corner of the chart.
2. If it can't go on the bottom can you show me a simple example of placing text on the plot area.

Many thanks in advance.

Attatched a pic to show what I want, follow the red arrow :).

Cheers

Ian.

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 13 Apr 2012, 06:59 AM
Hello,

Presently, you cannot add this item to the xAxis. However, one possible option would be to add the information immediately after the chart. This may look something like this:

<asp:Panel runat="server" Width="700px" Height="700px">
    <telerik:RadChart ID="RadChart1" runat="server" Width="700px" Height="670px">
    </telerik:RadChart>  
    <asp:Label runat="server" ID="Label1" Text="CopyRight Message" style="color:Red; margin-left:550px" ></asp:Label>
</asp:Panel>

I hope this gets you started properly.

Kind regards,
Yavor
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 (Obsolete)
Asked by
Ian
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or