Here is my code:
ucMain.Axis.X.RangeMax = prop.Default.LastEndDate.Ticks;
ucMain.Axis.X.RangeType = AxisRangeType.Custom;
This does not work on DateTimes and I am unsure why? Nothing shows up on the great.
what is the ChartType?
LineChart