Is there any property or method that can be used to specify the DATE range visible on the chart?
For example, I only want to scroll the date between Jan 1, 2005 up to Dec 31, 2006. It seems that the chart can scroll an endless date and I only want to limit to scroll the chart date from Jan 1, 2005 to Dec 31, 2006. The control fires the DateChange event when the user scrolls the chart’s area, or if the FirstVisibleDate property is changed. The following VB sample limits the scrolling area to Dec 31, 2006, from Jan 1, 2005.