Hello,I want my Y axis to always start from zero so I set zeroaligned to true but it still does not work.I am using a ColumnLine chart.Thanks
I tried:
this.ultraChart1.ChartType = ChartType.ColumnLineChart;
this.ultraChart1.DataSource = DemoTable.AllPositive();
this.ultraChart1.DataBind();
this.ultraChart1.Data.ZeroAligned = true;
And it seems ok. If it’s possible, can you send us some code that you are setting the data to the chart, so we can investigate this issue asap.