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

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.v19.1.dll

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:

Show 13 property paths
Object Type Path to WorkdaysOptions
ArgumentAxis3D
.DateTimeScaleOptions.WorkdaysOptions
AxisX2D
.DateTimeScaleOptions.WorkdaysOptions
AxisX3D
.DateTimeScaleOptions.WorkdaysOptions
AxisY2D
.DateTimeScaleOptions.WorkdaysOptions
AxisY3D
.DateTimeScaleOptions.WorkdaysOptions
CircularAxisY2D
.DateTimeScaleOptions.WorkdaysOptions
PolarAxisY2D
.DateTimeScaleOptions.WorkdaysOptions
RadarAxisX2D
.DateTimeScaleOptions.WorkdaysOptions
RadarAxisY2D
.DateTimeScaleOptions.WorkdaysOptions
SecondaryAxisX2D
.DateTimeScaleOptions.WorkdaysOptions
SecondaryAxisY2D
.DateTimeScaleOptions.WorkdaysOptions
XAxis3D
.DateTimeScaleOptions.WorkdaysOptions
YAxis3D
.DateTimeScaleOptions.WorkdaysOptions

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the WorkdaysOptions property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also