Problem with Stacked Area and Xaxis

Stimulsoft Reports.NET discussion
Post Reply
jorgeto
Posts: 42
Joined: Tue Aug 16, 2011 4:49 pm
Location: Lima

Problem with Stacked Area and Xaxis

Post 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?
Attachments
IMG_25092012_153624.png
IMG_25092012_153624.png (16.9 KiB) Viewed 942 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Problem with Stacked Area and Xaxis

Post by HighAley »

Hello.

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

Thank you.
Post Reply