Skip to main content

Pane.AxisXScrollBarItem Property

For internal use. Provides access to a specific scroll bar item of a Pane object.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ScrollBarItem AxisXScrollBarItem { get; }

Property Value

Type Description
ScrollBarItem

A ScrollBarItem object.

See Also