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?
Problem with Stacked Area and Xaxis
Problem with Stacked Area and Xaxis
- Attachments
-
- IMG_25092012_153624.png (16.9 KiB) Viewed 940 times
Re: Problem with Stacked Area and Xaxis
Hello.
Could you send us a report template with data for analysis?
Thank you.
Could you send us a report template with data for analysis?
Thank you.