Back to Devexpress

WorkdaysOptions Class

wpf-devexpress-dot-xpf-dot-charts-00e11d6d.md

latest1.6 KB
Original Source

WorkdaysOptions Class

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class WorkdaysOptions :
    ChartDependencyObject
vb
Public Class WorkdaysOptions
    Inherits ChartDependencyObject

The following members return WorkdaysOptions objects:

Remarks

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

Inheritance

Object DispatcherObject DependencyObject Freezable ChartDependencyObject WorkdaysOptions

See Also

WorkdaysOptions Members

DevExpress.Xpf.Charts Namespace