BootstrapChartArgumentAxis.WorkdaysOnly Property
If set to true, leaves only workdays on the axis.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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