Page 1 of 1

Problem with Stacked Area and Xaxis

Posted: Tue Sep 25, 2012 9:23 pm
by jorgeto
Hi,

I'm using 2012.1.1214.0 dll version and I have some problems with Xaxis of the Stacked-Area chart. I can't show the edge values of the series, I can't setup the step of the labels of the x axis and I don't know why "1" appears like the first value of the xaxis.

I tried with :

StiStackedAreaArea area = new StiStackedAreaArea();
area.XAxis.StartFromZero = false;
area.XAxis.ShowEdgeValues = true;
area.XAxis.Step = 1;
area.XAxis.Labels.Step = 1;
area.XAxis.Ticks.Step = 1;

But I got the result of the picture (I want to show the label on the xaxis for every tick, also the edge values) . How I can resolve this problem with this version?

Re: Problem with Stacked Area and Xaxis

Posted: Wed Sep 26, 2012 2:19 pm
by HighAley
Hello.

Could you send us a report template with data for analysis?

Thank you.