AxisY3D.AlwaysShowZeroLevel Attached Property
Gets or sets whether the zero level of the 3D Y-axis should always be visible.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
See GetAlwaysShowZeroLevel(ChartNonVisualElement) and SetAlwaysShowZeroLevel(ChartNonVisualElement, Boolean).
Returns
Type | Description |
---|---|
Boolean | true, to always show the zero level of the 3D Y-axis; otherwise, false. |
Remarks
Use the AlwaysShowZeroLevel property to control whether you want the zero level of the 3D Y-axis to always be visible.
See Also