telerik - How can I control the width of the X-axis labels on a horizontal bar RadChart? -


what properties control width of x-axis labels on horizontal bar radchart? here's looks now:

i need labels on left wider.

i actually, needed keep auto layout doing thing, , disable auto wrapping way:

var item = new chartaxisitem(); item.appearance.rotationangle = autotextwrap.false 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -