Skip to main content
A newer version of this page is available. .

WorkdaysOptions Class

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class WorkdaysOptions :
    ChartDependencyObject

The following members return WorkdaysOptions objects:

Remarks

An object of the WorkdaysOptions type is returned by the DateTimeScaleOptionsBase.WorkdaysOptions property.

See Also