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.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
[Obsolete("This property is obsolete now. Use DateTimeScaleOptions.WorkdaysOnly instead.")]
[XtraSerializableProperty]
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