ColorAxisStyleSetting Class

class NXOpen.CAE.Xyplot.ColorAxisStyleSetting

Bases: NXOpen.CAE.Xyplot.AxisStyleSetting

Represents the 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 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.
JournalIdentifier Returns the identifier that would be recorded in a journal for this object.
LimitsType Returns or sets the limits type
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
UnitSystemType Returns or sets the unit system type
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.TaggedObject with the given identifier as recorded in a journal.
GetDBSettings Gets the dB settings
GetDisplayUnit Gets display unit
GetFixedLimits Gets the fixed limits
GetLabelStyle Gets the label style
GetNumberStyle Gets the number style
LogUnitChangedEvent Logs an update event for changing display unit before committing AxisStyleSetting change.
SetFixedLimits Sets the fixed limits

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

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

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