ZAxis3D.NumericScaleOptions Property
In This Article
Gets or sets the scale options of the Z-axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ContinuousNumericScaleOptions NumericScaleOptions { get; set; }
#Property Value
Type | Description |
---|---|
Continuous |
The Z-axis scale options. |
See Also