corelibraries-devexpress-dot-xtracharts-68331e75.md
Contains settings that specify holidays and workdays for the date-time axis scale.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class WorkdaysOptions :
ChartElement,
IWorkdaysOptions,
IXtraSupportDeserializeCollectionItem
Public Class WorkdaysOptions
Inherits ChartElement
Implements IWorkdaysOptions,
IXtraSupportDeserializeCollectionItem
The following members return WorkdaysOptions objects:
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.
IXtraSupportDeserializeCollectionItem
Object ChartElement WorkdaysOptions
See Also