Hello I am using MSCHARTS to draw a graph.
I currently created my chart area and my series. I used datetime date = 12/31/2015 and it gives me the next day which would be 01/01/2016 , this is not what i want.
How would i fix this?
ichart.Series[0].Points.AddXY(datetime date, myvalue);
for my axis X interval type i pass it date time intervaltype.years.
is there a way to customize what I see on my X axis?