Skip to main content

ScrollBarItem.MinPosition Property

Gets or sets the minimum position of the scrollbar element.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double MinPosition { get; set; }

Property Value

Type Description
Double

A Double value that is the extreme left position of the scroll bar element.

See Also