Page 2 of 2

Chart questions

Posted: Tue Aug 16, 2011 1:19 am
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.

Chart questions

Posted: Tue Aug 16, 2011 7:25 am
by Ivan
Hello,

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

Thank you.

Chart questions

Posted: Tue Aug 16, 2011 7:44 am
by Alex K.
Hello,

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

Thank you.

Chart questions

Posted: Tue Aug 16, 2011 2:21 pm
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 !

Chart questions

Posted: Wed Aug 17, 2011 3:32 am
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.

Chart questions

Posted: Wed Aug 17, 2011 2:54 pm
by mrapi
Yes that worked.
Thank you!

Chart questions

Posted: Wed Aug 17, 2011 10:39 pm
by Andrew
Great!

Thank you.