Skip to main content

DiagramCoordinates.IsEmpty Property

Checks whether the current object is a point outside the diagram area.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the diagram coordinates correspond to a point outside the diagram area; otherwise, false.

See Also