Back to Devexpress

ControlCoordinatesVisibility Enum

wpf-devexpress-dot-xpf-dot-charts-42d22368.md

latest1.3 KB
Original Source

ControlCoordinatesVisibility Enum

Lists the values used to specify the point’s visibility state.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum ControlCoordinatesVisibility
vb
Public Enum ControlCoordinatesVisibility

Members

NameDescription
Visible

The point is located within the current diagram object.

| | Hidden |

The point is located outside the current diagram object.

| | Undefined |

The point’s location cannot be determined.

|

The following properties accept/return ControlCoordinatesVisibility values:

Remarks

The values listed by the ControlCoordinatesVisibility enumeration are used to set the ControlCoordinates.Visibility property.

See Also

DevExpress.Xpf.Charts Namespace