How to stretch graph on whole graph area

Stimulsoft Reports.NET discussion
Post Reply
zilot
Posts: 4
Joined: Thu May 14, 2009 3:36 am
Location: russia

How to stretch graph on whole graph area

Post 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
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

How to stretch graph on whole graph area

Post by Andrew »

Hello.

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

Thank you.
zilot
Posts: 4
Joined: Thu May 14, 2009 3:36 am
Location: russia

How to stretch graph on whole graph area

Post 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
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

How to stretch graph on whole graph area

Post 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.
Post Reply