Skip to main content

Pane.ScrollAxisYToCommand Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ICommand ScrollAxisYToCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also