property Chart.EndPrintDate as Variant
Retrieves or sets a value that indicates the printing end date.

TypeDescription
Variant A DATE expression that specifies the ending date to print the chart. The get method always retrieves a DATE expression. When calling the set method of the EndPrintDate property, it can be a string, a DATE or any other expression that can be converted to a date.
The EndPrintDate property indicates the date the chart ends, when:

By default, the EndPrintDate property computes the required end date so the entire chart is displayed, if the EndPrintDate was not specified before. For instance, if you set the EndPrintDate property on "Dec 31 2001", the EndPrintDate property retrieves the "Dec 31 2001" date and does not compute the required end date. If you have specified a value for the EndPrintDate but you still need to get the required end date being computed, set the EndPrintDate property on 0, and calling the next method get of EndPrintDate property computes the required end date to print the chart. The StartPrintDate property indicates the starting date to print the chart. Use the CountVisibleUnits property to count the number of units within the specified range.