Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
680
RangeMin and RangeMax for DateTime
posted

Here is my code:

     ucMain.Axis.X.RangeMin = prop.Default.LastStartDate.Ticks;

     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.