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

ControlCoordinatesVisibility Enum

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

public enum ControlCoordinatesVisibility

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