Page 1 of 1

How to stretch graph on whole graph area

Posted: Thu May 14, 2009 3:42 am
by zilot
Hello

maybe this question is dumb, but I cant figure out how to stretch line over whole graph area, this is what I want

Image

Just to have line starting from right Y axes and ending on right Y axes.

Thanks

How to stretch graph on whole graph area

Posted: Thu May 14, 2009 6:14 am
by Andrew
Hello.

Please, try to set the Range for the X-axis.

Thank you.

How to stretch graph on whole graph area

Posted: Thu May 14, 2009 7:35 am
by zilot
Hello

I tried, and it works, but is not that what I wanted because I must take care then about data range I set in my program. I want to have automatic range, but to start from the begining of graph area.

If it is not possible is there way to set range dynamically, for example I have stiReport1 object and before I do stiReport1.RegData(dataSet1) there should be some X axes adjustement. How to do that, how to get reference to Chart in stiReport1 object.

Thanks

How to stretch graph on whole graph area

Posted: Fri May 15, 2009 8:08 am
by Andrew
Hello,

The problem is fixed and the patch will be available in prerelease build from May 18.
And set the StartFromZero property for the X-axis to "false".

Thank you.