DataAxis.IsEmpty Property
Gets whether the current axis contains only the root axis point that does not have child points.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the current axis contains only the root axis point; otherwise, false. |
Remarks
If the IsEmpty property returns true, the current DataAxis does not contain any child axis points. In this case, the DataAxis.Dimensions property does not return any dimension.
See Also