Skip to main content

ZAxis3D.NumericScaleOptions Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ContinuousNumericScaleOptions NumericScaleOptions { get; set; }

Property Value

Type Description
ContinuousNumericScaleOptions

The Z-axis scale options.

See Also