BaseLineStyleSetting Class

class NXOpen.CAE.Xyplot.BaseLineStyleSetting

Bases: NXOpen.CAE.Xyplot.BaseSymbolStyleSetting

Represents the base line display style.

Call CAE.Xyplot.IDisplayStyle.CommitChange() to apply style changes to corresponding plot after it’s modified.

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

Color

BaseLineStyleSetting.Color

Returns or sets the line color

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

Getter Method

Signature Color()

Returns:Text font color
Return type:Id

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Color(color)

Parameters:color (Id) – Text font color

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Font

BaseLineStyleSetting.Font

Returns or sets the line font

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

Getter Method

Signature Font()

Returns:Text font
Return type:NXOpen.DisplayableObjectObjectFont

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Font(font)

Parameters:font (NXOpen.DisplayableObjectObjectFont) – Text font

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Owner

BaseLineStyleSetting.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.

Width

BaseLineStyleSetting.Width

Returns or sets the line width

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

Getter Method

Signature Width()

Returns:Text line width
Return type:NXOpen.DisplayableObjectObjectWidth

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Width(lineWidth)

Parameters:lineWidth (NXOpen.DisplayableObjectObjectWidth) – Text line width

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Method Detail

CommitChange

BaseLineStyleSetting.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”)