Skip to main content

DateTimeScaleOptionsBase.WorkdaysOptions Property

Provides access to the information about non-working days to adjust the date-time axis scale.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public WorkdaysOptions WorkdaysOptions { get; set; }

Property Value

Type Description
WorkdaysOptions

A WorkdaysOptions object that contains the information about non-working days.

Property Paths

You can access this nested property as listed below:

Object Type Path to WorkdaysOptions
ArgumentAxis3D
.DateTimeScaleOptions .WorkdaysOptions
AxisX2D
.DateTimeScaleOptions .WorkdaysOptions
AxisX3D
.DateTimeScaleOptions .WorkdaysOptions
RadarAxisX2D
.DateTimeScaleOptions .WorkdaysOptions
See Also