ZAxis3D.SetAlwaysShowZeroLevel(ChartNonVisualElement, Boolean) Method
Sets 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 specified. |
value | Boolean | true if the zero level should be displayed on the Z-axis; otherwise false. |
See Also