chart labels, first series label is offset

Stimulsoft Reports.Silverlight discussion
Locked
mriggall
Posts: 57
Joined: Mon May 07, 2012 7:41 pm
Location: Melbourne

chart labels, first series label is offset

Post 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
mriggall
Posts: 57
Joined: Mon May 07, 2012 7:41 pm
Location: Melbourne

Re: chart labels, first series label is offset

Post by mriggall »

sorry - missed the image...
Attachments
Capture.PNG
Capture.PNG (8.84 KiB) Viewed 2873 times
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: chart labels, first series label is offset

Post by HighAley »

Hello.

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

Thank you.
mriggall
Posts: 57
Joined: Mon May 07, 2012 7:41 pm
Location: Melbourne

Re: chart labels, first series label is offset

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: chart labels, first series label is offset

Post by Alex K. »

Hello,

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