AxisBase.WorkdaysOnly Property
In This Article
OBSOLETE
This property is obsolete now. Use Workdays
Specifies whether holidays and non-working days should be excluded from the 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.WorkdaysOnly instead.")]
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.
See Also