Skip to main content
All docs
V23.2

ITimeScale.MinWidth Property

Specifies the minimum allowed width of a single division of the scale.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

double MinWidth { get; }

Property Value

Type Description
Double

The minimum allowed width of a single division of the scale, in pixels.

Remarks

When the Scheduler is zoomed out so that the width of a single division of the scale becomes less than the MinWidth value, the scale becomes hidden.

The UnitCount property specifies the number of measure units in a single division of the scale. The ScaleUnit property specifies the measure unit.

See Also