Issue in display axis labels when Step set
Issue in display axis labels when Step set
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.
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
Hello,
Can you please send us a sample report which reproduces the issue for analysis.
Thank you.
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
Hi
Please find the attached file
Thanks
Please find the attached file
Thanks
Re: Issue in display axis labels when Step set
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.
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
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 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.
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 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.
Re: Issue in display axis labels when Step set
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.
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
Hello.
We have fixed the issue with labels on the X Axis.
The fix will be available in our release next week.
Thank you.
We have fixed the issue with labels on the X Axis.
The fix will be available in our release next week.
Thank you.