Back to Devexpress

AxisY3D.NumericScaleOptions Property

wpf-devexpress-dot-xpf-dot-charts-dot-axisy3d-2bd374a6.md

latest1.4 KB
Original Source

AxisY3D.NumericScaleOptions Property

Provides access to the options that define the behavior of a numeric 3D Y-scale when its mode is continuous.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ContinuousNumericScaleOptions NumericScaleOptions { get; set; }
vb
Public Property NumericScaleOptions As ContinuousNumericScaleOptions

Property Value

TypeDescription
ContinuousNumericScaleOptions

A ContinuousNumericScaleOptions object.

|

Remarks

Use the NumericScaleOptions property to access the options of numeric value axis (3D Y-axis) when its mode is continuous.

Note that data aggregation is not available for the value axis (3D Y-axis).

See Also

AxisY3D Class

AxisY3D Members

DevExpress.Xpf.Charts Namespace