ColorAxisStyleSetting Class

class NXOpen.CAE.Xyplot.ColorAxisStyleSetting

Bases: NXOpen.CAE.Xyplot.AxisStyleSetting

Represents the axis display style.

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

Not support KF.

New in version NX11.0.0.

Properties

Property Description
AxisType Returns or sets the axis scale type
ColorScaleStyleSetting Returns the color scale display style.
DbDecades Returns or sets the number of dB decades to display.
DbRef Returns or sets the dB reference value for a dB axis type.
DbScale Returns or sets the dB scale.
GraphOverhead Returns or sets the round value to display.
LogDecades Returns or sets the number of Log decades to display.
Owner Returns the owner style
Tag Returns the Tag for this object.
UnitSystem Returns or sets the unit system
UnknownResultScaleStyleSetting Returns the unknown result scale display style.

Methods

Method Description
CommitChange Commits any edits that have been applied to the display style.
Find Finds the NXOpen.NXObject with the given identifier as recorded in a journal.

Property Detail

ColorScaleStyleSetting

ColorAxisStyleSetting.ColorScaleStyleSetting

Returns the color scale display style.

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

Getter Method

Signature ColorScaleStyleSetting()

Returns:Color scale style
Return type:NXOpen.CAE.Xyplot.ColorScaleStyle

New in version NX11.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Owner

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

UnknownResultScaleStyleSetting

ColorAxisStyleSetting.UnknownResultScaleStyleSetting

Returns the unknown result scale display style.

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

Getter Method

Signature UnknownResultScaleStyleSetting()

Returns:Color scale style
Return type:NXOpen.CAE.Xyplot.UnknownResultScaleStyle

New in version NX11.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Method Detail

CommitChange

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