Issue in display axis labels when Step set

Stimulsoft Reports.WPF discussion
Post Reply
stiuser
Posts: 12
Joined: Mon Oct 08, 2012 9:14 am

Issue in display axis labels when Step set

Post by stiuser »

Hi

I have added the following code in Report Chart Before Print Event. But Y Axis labels does not display.

this.Chart2_Area.YAxis.Range.Auto=false;
this.Chart2_Area.YAxis.Range.Maximum=0.00010999999722116627;
this.Chart2_Area.YAxis.Range.Minimum=-0.00011;

this.Chart2_Area.YAxis.Labels.Step=0.0001;

Please help.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Issue in display axis labels when Step set

Post by Alex K. »

Hello,

Can you please send us a sample report which reproduces the issue for analysis.

Thank you.
stiuser
Posts: 12
Joined: Mon Oct 08, 2012 9:14 am

Re: Issue in display axis labels when Step set

Post by stiuser »

Hi

Please find the attached file
Thanks
Sample.zip
(3.61 KiB) Downloaded 331 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Issue in display axis labels when Step set

Post by HighAley »

Hello.

We have reproduced the issue. The problem is in a big difference between range of values and the range that you want to display. If you remove the Normal line, the chart will be rendered right.
We understand that the problem on the our side. We need some time to solve this issue.

Thank you.
stiuser
Posts: 12
Joined: Mon Oct 08, 2012 9:14 am

Re: Issue in display axis labels when Step set

Post by stiuser »

Hi Aleksey,

We have one more issue.

I have set

this.Chart1_Area.XAxis.Range.Auto=false;
this.Chart1_Area.XAxis.Range.Maximum=80;
this.Chart1_Area.XAxis.Range.Minimum=-30;
this.Chart1_Area.XAxis.Labels.Step=5;

and got the below Chart
Chart.JPG
Chart.JPG (25.01 KiB) Viewed 3011 times
In the above Image, the X axis labels are -30,-5,20,45,70
How can I display other values like -25,-20,-15,-10,0,5,15,etc
Is there any way to display labels for Minor Ticks?
Thanks.
Report.mrt
Sample Report
(11.83 KiB) Downloaded 233 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Issue in display axis labels when Step set

Post by HighAley »

Hello.

Thank you for bug report.
We have reproduced this issue too.
We will let you know when all bugs will be fixed.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Issue in display axis labels when Step set

Post by HighAley »

Hello.

We have fixed the issue with labels on the X Axis.
The fix will be available in our release next week.

Thank you.
Post Reply