Skip to main content

XYDiagram2D.SetAxisXZoomRatioCommand Property

Returns a command that sets the specified zoom ratio for the X-axis.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ICommand SetAxisXZoomRatioCommand { get; }

Property Value

Type Description
ICommand

An object that defines a command implementing the ICommand interface.

See Also