Skip to main content

WorkdaysOptions Members

Contains settings that specify holidays and workdays for the date-time axis scale.

Constructors

Name Description
WorkdaysOptions() Initializes a new instance of the WorkdaysOptions class with the default settings.

Fields

Name Description
ExactWorkdaysProperty static Identifies the WorkdaysOptions.ExactWorkdays dependency property.
HolidaysProperty static Identifies the WorkdaysOptions.Holidays dependency property.
WorkdaysProperty static Identifies the WorkdaysOptions.Workdays dependency property.

Properties

Name Description
ExactWorkdays Specifies strict workdays that don’t depend on the WorkdaysOptions.Holidays and WorkdaysOptions.Workdays properties settings.
Holidays Specifies holidays for exclusion from the date-time axis scale.
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.
Workdays Specifies which days of the week are the workdays.

Methods

Name Description
LoadHolidays(String, String) Imports holidays from the specified file for the selected location.
LoadHolidays(String) Imports holidays from the specified file.
ShouldSerializeExactWorkdays(XamlDesignerSerializationManager) This member supports the internal infrastructure and is not intended to be used directly from your code.
ShouldSerializeHolidays(XamlDesignerSerializationManager) This member supports the internal infrastructure and is not intended to be used directly from your code.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
See Also