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

WorkdaysOptions Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class WorkdaysOptions :
    ChartElement,
    IWorkdaysOptions,
    IXtraSupportDeserializeCollectionItem

The following members return WorkdaysOptions objects:

Remarks

An object of the WorkdaysOptions type is returned by the DateTimeScaleOptions.WorkdaysOptions property, which becomes available if an axis scale type is date-time, and its DateTimeScaleOptions.WorkdaysOnly property is enabled.

To learn about the options which the WorkdaysOptions class provides, refer to Work Time and Workday Configuration.

Inheritance

Object
ChartElement
WorkdaysOptions
See Also