Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public bool IsEmpty { get; }

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