AxisPointTuple.IsEmpty Property
Gets whether the current AxisPointTuple object contains axis 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 AxisPointTuple object does not contain axis points; otherwise, false. |
See Also