BootstrapChartArgumentAxis.WorkWeek Property
Specifies which days are workdays.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
NumericCollection | String.Empty | A collection of numeric values specifying workdays. |
Remarks
The WorkWeek property accepts a collection containing values from 0 (Sunday) to 6 (Saturday). This property is only in effect if BootstrapChartArgumentAxis.WorkdaysOnly is set to true.
See Also