Skip to main content

AxisPointTuple.IsEmpty Property

Gets whether the current AxisPointTuple object contains axis points.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true, if the current AxisPointTuple object does not contain axis points; otherwise, false.

See Also