Page 1 of 1

Intervals in StimulReport

Posted: Tue Jan 12, 2016 11:06 am
by vahid.arr
I have WebForm Line Chart.
The data is dynamic and I want the X axis's labels to always be displayed.when data Become big It doesnt Show All Label.how Can I Fixed That??? I also Attache Image File

Re: Intervals in StimulReport

Posted: Tue Jan 12, 2016 2:21 pm
by HighAley
Hello.

Please, set the Area - X Axis - Labels - Step property to 1.

Thank you.

Re: Intervals in StimulReport

Posted: Wed Jan 13, 2016 4:49 pm
by vahid.arr
I Find It Before U Say But Thanks Alot For The Solution.Is It Possible To Create MSChart Chart Completely In .net Code And Give It To StimulRport ????

Re: Intervals in StimulReport

Posted: Wed Jan 13, 2016 9:44 pm
by Ivan
Hello,
Is It Possible To Create MSChart Chart Completely In .net Code And Give It To StimulRport ????
Unfortunately, we do not support MSChart.
As a workaround, you can somehow in your code render your MSChart chart as image and then send this image into report.

Thank you.