LineStyle2DSetting Class

class NXOpen.CAE.Xyplot.LineStyle2DSetting

Bases: NXOpen.CAE.Xyplot.BaseLineStyleSetting

Represents the 2d line display style.

Not support KF.

New in version NX9.0.0.

Properties

Property Description
Color Returns or sets the line color
Font Returns or sets the line font
Owner Returns the owner style
PointMarker Returns or sets the point marker
Tag Returns the Tag for this object.
Width Returns or sets the line width

Methods

Method Description
CommitChange Commits any edits that have been applied to the display style.

Property Detail

Owner

LineStyle2DSetting.Owner

Returns the owner style

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

Getter Method

Signature Owner()

Returns:
Return type:NXOpen.CAE.Xyplot.IDisplayStyle

New in version NX10.0.0.

License requirements: None.

Method Detail

CommitChange

LineStyle2DSetting.CommitChange

Commits any edits that have been applied to the display style.

Triggers the corresponding plot to update graph.

Signature CommitChange()

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)