Chart questions

Stimulsoft Reports.NET discussion
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Chart questions

Post by mrapi »

Hi !
I've tested with build from 14 August 2011 but the problem is not solved.There is something I must do ?
Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Chart questions

Post by Ivan »

Hello,

Can you please send us a sample report template with data, which reproduces the issue?

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Chart questions

Post by Alex K. »

Hello,

Please set the the Prevent Intersection (Chart1 - Series Labels - Prevent Intersection) property of chart series to true.

Thank you.
Attachments
1258.Capture.PNG
1258.Capture.PNG (23.06 KiB) Viewed 2015 times
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Chart questions

Post by mrapi »

Sorry that was the problem : "Please set the the Prevent Intersection (Chart1 - Series Labels - Prevent Intersection) property of chart series to true"

Now is solved,thank you very much,just one more question : with that version I've seen Parameters button,is there a way to hide it ?

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

Chart questions

Post by HighAley »

Hello.
mrapi wrote:with that version I've seen Parameters button,is there a way to hide it ?
Please, try this code:

Code: Select all

StiOptions.Viewer.Windows.ShowParametersButton = false;
Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

Chart questions

Post by mrapi »

Yes that worked.
Thank you!
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Chart questions

Post by Andrew »

Great!

Thank you.
Post Reply