WorkdaysOptions Class
In This Article
Contains settings that specify holidays and workdays for the date-time axis scale.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public class WorkdaysOptions :
ChartDependencyObject
#Related API Members
The following members return WorkdaysOptions objects:
#Remarks
An object of the WorkdaysOptions type is returned by the DateTimeScaleOptionsBase.WorkdaysOptions property.
#Inheritance
See Also