GeneralDisplayStyles2D Class

class NXOpen.CAE.Xyplot.GeneralDisplayStyles2D

Bases: NXOpen.CAE.Xyplot.GeneralDisplayStyles

Manages the general display styles for 2D plot.

Not support KF.

New in version NX10.0.0.

Properties

Property Description
ComplexOption Returns or sets the complex option
JournalIdentifier Returns the identifier that would be recorded in a journal for this object.
Owner Returns the owner style
PhaseAngle Returns or sets the phase angle in degree
PhaseRangeOption Returns or sets the phase range option
ShowOrderedAbscissa Returns or sets a value indicating whether to show the data by ordered abscissa or not
Tag Returns the Tag for this object.

Methods

Method Description
CommitChange Commits any edits that have been applied to the display style.
Find Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal.
SwitchXYAxis Switches the X/Y axis

Property Detail

ComplexOption

GeneralDisplayStyles2D.ComplexOption

Returns or sets the complex option

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

Getter Method

Signature ComplexOption

Returns:Complex option
Return type:NXOpen.CAE.Xyplot.ComplexOption2D

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature ComplexOption

Parameters:complexOption (NXOpen.CAE.Xyplot.ComplexOption2D) – Complex option

New in version NX10.0.0.

License requirements: None.

Owner

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

ShowOrderedAbscissa

GeneralDisplayStyles2D.ShowOrderedAbscissa

Returns or sets a value indicating whether to show the data by ordered abscissa or not

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

Getter Method

Signature ShowOrderedAbscissa

Returns:Show ordered abscissa or not
Return type:bool

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature ShowOrderedAbscissa

Parameters:ordered (bool) – Show ordered abscissa or not

New in version NX10.0.0.

License requirements: None.

Method Detail

CommitChange

GeneralDisplayStyles2D.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: None.

SwitchXYAxis

GeneralDisplayStyles2D.SwitchXYAxis

Switches the X/Y axis

Signature SwitchXYAxis()

New in version NX10.0.0.

License requirements: None.