AxisYStyleSetting Class¶
-
class
NXOpen.CAE.Xyplot.AxisYStyleSetting¶ Bases:
NXOpen.CAE.Xyplot.AxisStyleSettingRepresents the axis y 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 |
|---|---|
| AxisType | Returns or sets the axis scale type |
| BarLowerLimit | Returns or sets the bar lower limit indicating whether a bar is plotted from minimum or zero position of axis y |
| 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 |
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¶
BarLowerLimit¶
-
AxisYStyleSetting.BarLowerLimit¶ Returns or sets the bar lower limit indicating whether a bar is plotted from minimum or zero position of axis y
-------------------------------------Getter Method
Signature
BarLowerLimitReturns: Bar Lower Limit Return type: bool New in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BarLowerLimitParameters: barLowerLimit (bool) – Bar Lower Limit New in version NX12.0.0.
License requirements: None.
Owner¶
-
AxisYStyleSetting.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.