Back to Devexpress

ControlCoordinatesVisibility Enum

corelibraries-devexpress-dot-xtracharts-fbf4e1db.md

latest1.6 KB
Original Source

ControlCoordinatesVisibility Enum

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.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.

For more information, see Handling Client-side Scripts.

See Also

Handling Client-side Scripts

DevExpress.XtraCharts Namespace