Back to Devexpress

WorkdaysOptions Class

corelibraries-devexpress-dot-xtracharts-68331e75.md

latest2.3 KB
Original Source

WorkdaysOptions Class

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

Declaration

csharp
public class WorkdaysOptions :
    ChartElement,
    IWorkdaysOptions,
    IXtraSupportDeserializeCollectionItem
vb
Public Class WorkdaysOptions
    Inherits ChartElement
    Implements 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.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Object ChartElement WorkdaysOptions

See Also

WorkdaysOptions Members

Data Aggregation

DevExpress.XtraCharts Namespace