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

Pane.ScrollAxisXToCommand Property

Returns a command that scrolls the pane along the X-axis to a specified value.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public ICommand ScrollAxisXToCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also