ArgumentAxisStyleSetting Class

class NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting

Bases: NXOpen.CAE.Xyplot.BaseDisplayStyleSetting

Represents the argument axis display style.

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

Not support KF.

New in version NX12.0.0.

Properties

Property Description
JournalIdentifier Returns the identifier that would be recorded in a journal for this object.
Owner Returns the owner style
RangeAuto Returns or sets a value indicating whether to set axis range automatically
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.
GetAbsCustomerRange Gets the abscissa customer range
GetAxisItemStyleSetting Gets the axis item style
GetLabelStyle Gets the label style
SetAbsCustomerRange Sets the abscissa customer range

Property Detail

Owner

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

RangeAuto

ArgumentAxisStyleSetting.RangeAuto

Returns or sets a value indicating whether to set axis range automatically

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

Getter Method

Signature RangeAuto

Returns:Range auto
Return type:bool

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature RangeAuto

Parameters:rangeAutomation (bool) – Range auto

New in version NX12.0.0.

License requirements: None.

Method Detail

CommitChange

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

GetAbsCustomerRange

ArgumentAxisStyleSetting.GetAbsCustomerRange

Gets the abscissa customer range

Signature GetAbsCustomerRange()

Returns:Abscissa customer range
Return type:list of str

New in version NX12.0.0.

License requirements: None.

GetAxisItemStyleSetting

ArgumentAxisStyleSetting.GetAxisItemStyleSetting

Gets the axis item style

Signature GetAxisItemStyleSetting()

Returns:Axis item style
Return type:NXOpen.CAE.Xyplot.TextStyleSetting

New in version NX12.0.0.

License requirements: None.

GetLabelStyle

ArgumentAxisStyleSetting.GetLabelStyle

Gets the label style

Signature GetLabelStyle()

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

New in version NX12.0.0.

License requirements: None.

SetAbsCustomerRange

ArgumentAxisStyleSetting.SetAbsCustomerRange

Sets the abscissa customer range

Signature SetAbsCustomerRange(absCustomerRange)

Parameters:absCustomerRange (list of str) – Abscissa customer range

New in version NX12.0.0.

License requirements: None.