ZAxis3D.GetAlwaysShowZeroLevel(ChartNonVisualElement) Method
Gets the value of the ZAxis3D.AlwaysShowZeroLevel attached property for the specified Range.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
range | ChartNonVisualElement | The range for which the value should be obtained. |
Returns
Type | Description |
---|---|
Boolean | true if the zero level should be displayed on the Z-axis; otherwise false. |
See Also