method Chart.RemoveNonworkingDate (Date as Variant)
Removes a nonworking date.
Type
Description
Date as Variant
A Date or a string expression that indicates the date/expression being unmarked as nonworking
day, exactly how it was previously added using the AddNonworkingDate method.
Use the RemoveNonworkingDate method to unmark a specified
nonworking date, being previously added using the AddNonworkingDate
method. Use the ClearNonworkingDates
method to remove all nonworking dates. Use the IsDateVisible
property to specify whether a date fits the chart's area. Use the IsNonworkingDate
property to check whether the date is already highlighted as nonworking day.
The NonworkingDays property specifies
the days being marked as nonworking in a week. Use the NonworkingDaysPattern
property to specify the pattern being used to fill non-working days. The NonworkingDaysColor
property specifies the color being used to fill the non-working days.