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

How to make the bar bigger

1 Answer 32 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 23 Nov 2011, 12:44 AM
I'm using RadChart's Bar type and have two series. How can I increase the thickness of each bar in the series?

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 25 Nov 2011, 01:48 PM
Hello Alex,

You need to use the BarWidthPercent property.
<telerik:RadChart runat="server" ID="radChart" >
 <Series >
  <telerik:ChartSeries>
   <Appearance BarWidthPercent="80" />

Please note that you need to do this for both of your series.

You can read more about styling here.

All the best,
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
Alex
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or