A newer version of this page is available.
Switch to the current version.
BootstrapChartArgumentAxis.SingleWorkdays Property
Explicitly specifies particular days to be included in the axis, when BootstrapRangeSelectorScale.WorkdaysOnly is set to true.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(typeof(DateTimeCollection), "")]
public DateTimeCollection SingleWorkdays { get; }
<DefaultValue(GetType(DateTimeCollection), "")>
Public ReadOnly Property SingleWorkdays As DateTimeCollection
Property Value
Type | Default | Description |
---|---|---|
DateTimeCollection | A collection of dates to include in the axis. |
See Also
Feedback