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

DiagramCoordinates.IsEmpty Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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