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

BootstrapChartArgumentAxis.WorkWeek Property

Specifies which days are workdays.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(typeof(NumericCollection), "")]
public NumericCollection WorkWeek { get; }

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