WorkdaysOptions Class
Contains settings that specify holidays and workdays for the date-time axis scale.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class WorkdaysOptions :
ChartElement,
IWorkdaysOptions,
IXtraSupportDeserializeCollectionItem
Related API Members
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.
Implements
Inheritance
Object
ChartElement
WorkdaysOptions
See Also