This question is locked. New answers and comments are not allowed.
Hello.
I'm using RadChart with BarSeriesDefinition(or StackedBarSeriesDefinition).
I'm adding 10 data points on chart and observe 10 "quite thin" bars, it looks good.
If I'm adding only 1 data point, I observe 1 "thick" bar and it looks not good. I'd like to get 1 "quite thin" bar at the center of chart.
I've looked for some MinimalWidth property in the list of properties of BarSeriesDefinition, but didn't find one.
How can I set MinimalWidth for bar that added to chart?
Or maybe I can define "number of bars" that is used by RadChart control to calculate final width of bars depending on the availaible space? For example, I setting "number of bars" to 10, adding 2 data points and getting 2 "quite thin" bars at the center of chart.
Is there some way to manage width of chart bars?
Now, if added only 1 data point the chart look like 1.jpg;
If added 7 data points the chart look like 2.jpg;
I'd like to get something like 3.jpg, if added 3 data points.
Regards.
I'm using RadChart with BarSeriesDefinition(or StackedBarSeriesDefinition).
I'm adding 10 data points on chart and observe 10 "quite thin" bars, it looks good.
If I'm adding only 1 data point, I observe 1 "thick" bar and it looks not good. I'd like to get 1 "quite thin" bar at the center of chart.
I've looked for some MinimalWidth property in the list of properties of BarSeriesDefinition, but didn't find one.
How can I set MinimalWidth for bar that added to chart?
Or maybe I can define "number of bars" that is used by RadChart control to calculate final width of bars depending on the availaible space? For example, I setting "number of bars" to 10, adding 2 data points and getting 2 "quite thin" bars at the center of chart.
Is there some way to manage width of chart bars?
Now, if added only 1 data point the chart look like 1.jpg;
If added 7 data points the chart look like 2.jpg;
I'd like to get something like 3.jpg, if added 3 data points.
Regards.