AxisBase.WorkdaysOptions Property
In This Article
OBSOLETE
This property is obsolete now. Use Workdays
Provides access to the information about non-working days to adjust the date-time axis scale.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use DateTimeScaleOptions.WorkdaysOptions instead.")]
public WorkdaysOptions WorkdaysOptions { get; }
#Property Value
Type | Description |
---|---|
Workdays |
A |
#Remarks
This property is now obsolete. Use DateTimeScaleOptions.WorkdaysOptions property instead.
See Also