Hi Suri,
Most likely you need to post this in the Chart for SSRS forum - but anyway you can take a look at the following example: ChartTypes_FloatBar.rdl. It shows how to give the chart right to left orientation which will flip the X and Y axes. It also shows how to use a Category Grouping and Y axis values in date format. Hope this helps - let us know if you meet any problems.
Best Regards,Nevron Support Team
Hello Sachin,
When the UseXValues is set to true you have to use the BarWidth property.
Hello Nevron Support Team,
Thank you for the quick reply. I tried the first option and it works.
Since I set the "UseXValues", the user defined bar width (i.e., WidthPercent) has no effect. Is there any way to set the bar width?
Warm Regards,
Sachin
There are two ways to do this:
1. Enable the Float Bar series X values - in this mode you have to set a X value for each bar. The bars with equal X values will appear in the same lane (category).
2. Use multiple Floating Bar series - the actual number of series depends on the maximum number of bars in a lane. For example if you have at most three bars in a lane, you have to add three series. For the lanes with less bars you have to set empty data points.
Hello,
I am creating a gantt chart using NFloatBarSeries and I am successful.
However, I have activities which have multiple begin and end times as shown in the attached file.
Is it possible to draw the bars one after another?