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

Position of chart datatable

1 Answer 66 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Carl-Johan
Top achievements
Rank 1
Carl-Johan asked on 15 Jun 2011, 02:51 PM

I would like to show the datatable to the user, by default it is positioned under the x axel.

Is there a way for me to position the table somewhere else?

If so, can I set different styles on the text depending on the value?

1 Answer, 1 is accepted

Sort by
0
Accepted
Evgenia
Telerik team
answered on 20 Jun 2011, 01:23 PM
Hello Carl-Johan,

You can change the Position of the DataTable by turning off the Position-Auto property and providing your own Position-X and Position-Y values. A sample is shown below:

<telerik:RadChart ID="RadChart1" runat="server" Width="1200px" Height="500px" >
           <PlotArea>
               <DataTable Visible="True" >
                   <Appearance Position-Auto="false" Position-X="20" Position-Y="40" TextHorizontalAlign="Left" AutoTextWrap="True">
                   </Appearance>
               </DataTable>
           </PlotArea>
       </telerik:RadChart>

Kind regards,
Evgenia
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Chart (Obsolete)
Asked by
Carl-Johan
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or