LeaderStyle Class

class NXOpen.CAE.Xyplot.LeaderStyle

Bases: NXOpen.TaggedObject

Manages the Leader display styles.

Not support KF.

Properties

Property Description
AnchorColor Returns or sets the anchor color
LineStyle Returns the line display style.
PointMarker Returns or sets the anchor point marker
Tag Returns the Tag for this object.

Methods

Property Detail

AnchorColor

LeaderStyle.AnchorColor

Returns or sets the anchor color

-------------------------------------

Getter Method

Signature AnchorColor

Returns:anchor color
Return type:Id

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AnchorColor

Parameters:color (Id) –

New in version NX12.0.0.

License requirements: None.

LineStyle

LeaderStyle.LineStyle

Returns the line display style.

-------------------------------------

Getter Method

Signature LineStyle

Returns:Leader line style
Return type:NXOpen.CAE.Xyplot.CurveDisplaySettings

New in version NX12.0.0.

License requirements: None.

PointMarker

LeaderStyle.PointMarker

Returns or sets the anchor point marker

-------------------------------------

Getter Method

Signature PointMarker

Returns:anchor point marker
Return type:NXOpen.CAE.Xyplot.PointMarker

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PointMarker

Parameters:pointMarker (NXOpen.CAE.Xyplot.PointMarker) –

New in version NX12.0.0.

License requirements: None.