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

Radchart YAxis 2 label positioning

1 Answer 61 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 14 May 2012, 04:12 PM
I want to position the TextBlock label for the YAxis2 closer to the actual chart (too much space imo).  I am not sure which attribute will do this (move label left).  Any help?

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 17 May 2012, 09:03 AM
Hi Michael,

If I understand correctly you need the Y2 axis' labels to get closer to the axis line. You can do this by setting the left margin of the label:
<PlotArea>
 <YAxis2 Visible="true">
  <Appearance>
   <LabelAppearance Dimensions-Margins-Left="-6" />

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