Skip to main content

ControlCoordinatesVisibility Enum

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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.

For more information, see Handling Client-side Scripts.

See Also