AnchorType Enumeration

class NXOpen.CAE.Xyplot.AnchorType

Bases: object

Represents the anchor position of a record display, which is used to position a note Enum Members

Enum Member Enum Member Description
NotSet the normal marker without anchor type
Start the position of start point in a record display
End the position of end point in a record display
MaximumValue the position of the point which has maximum value in a record display
MinimumValue the position of the point which has minimum value in a record display
AbsPercentage the position of the point in the set abscissa percentage
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.