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

ZAxis3D.NumericScaleOptions Property

Gets or sets the scale options of the Z-axis.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public ContinuousNumericScaleOptions NumericScaleOptions { get; set; }

Property Value

Type Description
ContinuousNumericScaleOptions

The Z-axis scale options.

See Also