Skip to main content

AxisBase.WorkdaysOnly Property

OBSOLETE

This property is obsolete now. Use WorkdaysOnly instead.

Specifies whether holidays and non-working days should be excluded from the axis scale.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is obsolete now. Use DateTimeScaleOptions.WorkdaysOnly instead.")]
[Browsable(false)]
public bool WorkdaysOnly { get; set; }

Property Value

Type Description
Boolean

true, to exclude non-working days from the axis scale; otherwise, false.

Remarks

This property is now obsolete. Use DateTimeScaleOptions.WorkdaysOnly property instead.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the WorkdaysOnly property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also