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

how to align the two charts

1 Answer 53 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
rong
Top achievements
Rank 1
rong asked on 01 Dec 2011, 10:12 AM
Hi,
There are  two chart control on the page.
I want to make the two chart align.
But i didn't find the property to set the label width or others to make the two chart align.

Do you have any suggestions about this ?

Best regards.


1 Answer, 1 is accepted

Sort by
0
Accepted
Petar Marchev
Telerik team
answered on 05 Dec 2011, 05:35 PM
Hi Rong,

Thank you for the attached screenshots.

You can achieve this by setting a margin for PlotArea in both charts (the values for margin-left need to be the same).
<telerik:RadChart runat="server" ID="radChart2" SeriesOrientation="Horizontal" AutoTextWrap="true">
 <PlotArea>
  <Appearance Dimensions-Margins="10,10,30,80" />

Hope this helps.

Greetings,
Petar Marchev
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
rong
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or