Skip to main content

WorkTimeRule.IsActive Property

Gets or sets the value that specifies whether the axis takes into account the work time rule when computes scale.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool IsActive { get; set; }

Property Value

Type Description
Boolean

true if the rule is active; otherwise false.

See Also