Step Charts in Reports (RDLC - Report Viewer)

C

Colbert Zhou [MSFT]

Hello Ashutosh,

I researched a lot in my side and did not find a way to create a step chart
directly using the Visual Studio ReportViewer control. This type of chart
is not available in Visual Studio at this time. And different from Excel,
we cannot use x y-errors bar to create it either. If the step chart is
really necessary, currently, I think the only possible workaround is
duplicating your data source. For example,

Store data
1 10
4 23
5 15
7 8
10 16
12 13

As
1 10
4 10
4 23
5 23
5 15
7 15
7 8
10 8
10 16
12 16
12 13

You can also submit a suggestion on this via
http://connect.microsoft.com/VisualStudio. Hopefully, the step chart will
be accessiable in future.


Best regards,
Colbert Zhou (colbertz @online.microsoft.com, remove 'online.')
Microsoft Online Community Support
 
C

Colbert Zhou [MSFT]

Hello Ashutosh,

I researched a lot in my side and did not find a way to create a step chart
directly using the Visual Studio ReportViewer control. This type of chart
is not available in Visual Studio at this time. And different from Excel,
we cannot use x y-errors bar to create it either. If the step chart is
really necessary, currently, I think the only possible workaround is
duplicating your data source. For example,

Store data
1 10
4 23
5 15
7 8
10 16
12 13

As
1 10
4 10
4 23
5 23
5 15
7 15
7 8
10 8
10 16
12 16
12 13

You can also submit a suggestion on this via
http://connect.microsoft.com/VisualStudio. Hopefully, the step chart will
be accessiable in future.


Best regards,
Colbert Zhou (colbertz @online.microsoft.com, remove 'online.')
Microsoft Online Community Support
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top