LeaderStyle Class¶
-
class
NXOpen.CAE.Xyplot.LeaderStyle¶ Bases:
NXOpen.TaggedObjectManages 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
AnchorColorReturns: anchor color Return type: Id New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AnchorColorParameters: color (Id) – New in version NX12.0.0.
License requirements: None.
LineStyle¶
-
LeaderStyle.LineStyle¶ Returns the line display style.
-------------------------------------Getter Method
Signature
LineStyleReturns: Leader line style Return type: NXOpen.CAE.Xyplot.CurveDisplaySettingsNew in version NX12.0.0.
License requirements: None.
PointMarker¶
-
LeaderStyle.PointMarker¶ Returns or sets the anchor point marker
-------------------------------------Getter Method
Signature
PointMarkerReturns: anchor point marker Return type: NXOpen.CAE.Xyplot.PointMarkerNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointMarkerParameters: pointMarker ( NXOpen.CAE.Xyplot.PointMarker) –New in version NX12.0.0.
License requirements: None.