I'm developing a stocks evolution chart with Microsoft Chart Controls and I need to show the initial and final dates on the AxisX labels but I can't do it. I google and found many solutions like set the properties:\[code\]Chart1.ChartAreas[0].AxisX.Minimum = InitialDate.ToOADate();Chart1.ChartAreas[0].AxisX.Maximum = FinalDate.ToOADate();Chart1.ChartAreas[0].AxisX.LabelStyle.IsEndLabelVisible = true;\[/code\]Nothing made same differnce. I need a help !On the sample below the initial date was Jul 26, 2007 and the final was Jul 26, 2010, this is what I need to show on the chart labels, the others dates don't make difference and can be showed in any interval.