Page 1 of 1

chart labels, first series label is offset

Posted: Fri Dec 18, 2015 10:42 am
by mriggall
Hi Aleksey

We are having a little bit of trouble with some of our charts on a report in the Silverlight viewer. I have attached an image but as you can see, the first item in the series has its x-axis label offset from the others (i.e. they are not all on the same line).

Is this a setting in the chart control, how do I get the labels to all line up?

thanks

Matt

Re: chart labels, first series label is offset

Posted: Fri Dec 18, 2015 10:47 am
by mriggall
sorry - missed the image...

Re: chart labels, first series label is offset

Posted: Fri Dec 18, 2015 1:47 pm
by HighAley
Hello.

Could you send us a simple report template that reproduces the issue?

Thank you.

Re: chart labels, first series label is offset

Posted: Tue Dec 29, 2015 12:43 am
by mriggall
Hi Aleksey

I managed to figure out what was causing the problem.

In the argument list property for the data series, we had separated the list with a carriage return character, i.e.

{argument1}:
{argument2};
{argument3}

by removing the carriage returns and placing the entire list on one line, we solved the problem:

{argument1};{argument2};{argument3}

Thought I would share with you in case any other customer came across this problem.

regards

Matt

Re: chart labels, first series label is offset

Posted: Tue Dec 29, 2015 11:15 am
by Alex K.
Hello,

Thank you for your information.
We will try to check and fix it.