Back to Devexpress

DateTimeScaleOptionsBase.WorkdaysOptions Property

wpf-devexpress-dot-xpf-dot-charts-dot-datetimescaleoptionsbase-e5fdc29e.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public WorkdaysOptions WorkdaysOptions { get; set; }
vb
Public Property WorkdaysOptions As WorkdaysOptions

Property Value

TypeDescription
WorkdaysOptions

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to WorkdaysOptions
ArgumentAxis3D

.DateTimeScaleOptions .WorkdaysOptions

| | AxisX2D |

.DateTimeScaleOptions .WorkdaysOptions

| | AxisX3D |

.DateTimeScaleOptions .WorkdaysOptions

| | RadarAxisX2D |

.DateTimeScaleOptions .WorkdaysOptions

|

See Also

DateTimeScaleOptionsBase Class

DateTimeScaleOptionsBase Members

DevExpress.Xpf.Charts Namespace