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

BootstrapChartArgumentAxis.WorkdaysOnly Property

If set to true, leaves only workdays on the axis.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(false)]
public bool WorkdaysOnly { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to leave only workdays on the axis; otherwise, false.

Remarks

Use this property to specify whether only workdays should be displayed on the axis. Workdays are work week days (BootstrapChartArgumentAxis.WorkWeek) plus single workdays (BootstrapChartArgumentAxis.SingleWorkdays) minus holidays (BootstrapChartArgumentAxis.Holidays).

Note

This property has effect only if the BootstrapChartArgumentAxis.ArgumentType is set to DateTime.

See Also