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

AxisPointTuple.IsEmpty Property

Gets whether the current AxisPointTuple object contains axis points.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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