ControlCoordinatesVisibility Enum
Lists the values used to specify the point’s visibility state.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.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.
For more information, see Handling Client-side Scripts.
See Also