ControlCoordinatesVisibility Enum
Lists the values used to specify the point’s visibility state.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Members
Name | Description |
---|---|
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. |
Related API Members
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