Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

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