c# chart change max and min values on the x axis

If you are using System.Windows.Forms.DataVizualisation.Charting you can set the Axis range by manipulating the chart’s ChartAreas property. So something like

myChart.ChartAreas[0].AxisX.Maximum = 13;
myChart.ChartAreas[0].AxisX.Minimum = 0;

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)