Problem with Stacked Area and Xaxis
Posted: Tue Sep 25, 2012 9:23 pm
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?
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?