Page 1 of 1
Issue in display axis labels when Step set
Posted: Mon Mar 11, 2013 11:01 am
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.
Re: Issue in display axis labels when Step set
Posted: Mon Mar 11, 2013 12:01 pm
by Alex K.
Hello,
Can you please send us a sample report which reproduces the issue for analysis.
Thank you.
Re: Issue in display axis labels when Step set
Posted: Tue Mar 12, 2013 7:38 am
by stiuser
Hi
Please find the attached file
Thanks
Re: Issue in display axis labels when Step set
Posted: Tue Mar 12, 2013 1:34 pm
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.
Re: Issue in display axis labels when Step set
Posted: Thu Mar 14, 2013 6:15 am
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 (25.01 KiB) Viewed 3014 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
Re: Issue in display axis labels when Step set
Posted: Fri Mar 15, 2013 8:35 am
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.
Re: Issue in display axis labels when Step set
Posted: Thu Mar 28, 2013 2:18 pm
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.