NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.CAE.Xyplot.AxisStyleSetting Class Reference

Represents the axis display style. More...

Inheritance diagram for NXOpen.CAE.Xyplot.AxisStyleSetting:
NXOpen.CAE.Xyplot.BaseDisplayStyleSetting NXOpen.CAE.Xyplot.IDisplayStyle NXOpen.CAE.Xyplot.AxisYStyleSetting NXOpen.CAE.Xyplot.ColorAxisStyleSetting

Public Member Functions

unsafe
NXOpen.CAE.Xyplot.CustomTextStyleSetting 
GetLabelStyle ()
 Gets the label style More...
 
unsafe
NXOpen.CAE.Xyplot.TextStyleSetting 
GetNumberStyle ()
 Gets the number style More...
 
unsafe
NXOpen.CAE.SignalProcessingDBSettings 
GetDBSettings ()
 Gets the dB settings More...
 
unsafe void GetFixedLimits (out double lowerLimit, out double upperLimit)
 Gets the fixed limits More...
 
unsafe void SetFixedLimits (double lowerLimit, double upperLimit)
 Sets the fixed limits More...
 
unsafe void LogUnitChangedEvent ()
 Logs an update event for changing display unit before committing AxisStyleSetting change. More...
 
unsafe NXOpen.CAE.FTK.BaseUnit GetDisplayUnit ()
 Gets display unit More...
 
- Public Member Functions inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal. More...
 
unsafe void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 

Properties

unsafe NXOpen.CAE.Xyplot.AxisType AxisType [get, set]
 Returns or sets the axis scale type More...
 
unsafe int DbDecades [get, set]
 Returns or sets the number of dB decades to display. More...
 
unsafe double DbRef [get, set]
 Returns or sets the dB reference value for a dB axis type. More...
 
unsafe
NXOpen.CAE.Xyplot.AxisDBScale 
DbScale [get, set]
 Returns or sets the dB scale. More...
 
unsafe int GraphOverhead [get, set]
 Returns or sets the round value to display. More...
 
unsafe NXOpen.CAE.Xyplot.LimitsType LimitsType [get, set]
 Returns or sets the limits type More...
 
unsafe int LogDecades [get, set]
 Returns or sets the number of Log decades to display. More...
 
unsafe NXOpen.CAE.Xyplot.UnitSystem UnitSystem [get, set]
 Returns or sets the unit system More...
 
unsafe
NXOpen.CAE.XyFunctionUnitSystem 
UnitSystemType [get, set]
 Returns or sets the unit system type More...
 
- Properties inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe
NXOpen.CAE.Xyplot.IDisplayStyle 
Owner [get]
 Returns the owner style More...
 
- Properties inherited from NXOpen.CAE.Xyplot.IDisplayStyle
NXOpen.CAE.Xyplot.IDisplayStyle Owner [get]
 Returns the owner style More...
 

Detailed Description

Represents the axis display style.

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

Not support KF.

Created in NX9.0.0

Member Function Documentation

unsafe NXOpen.CAE.SignalProcessingDBSettings NXOpen.CAE.Xyplot.AxisStyleSetting.GetDBSettings ( )

Gets the dB settings

Created in NX11.0.0

License requirements: None.

Returns
unsafe NXOpen.CAE.FTK.BaseUnit NXOpen.CAE.Xyplot.AxisStyleSetting.GetDisplayUnit ( )

Gets display unit

Created in NX12.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.Xyplot.AxisStyleSetting.GetFixedLimits ( out double  lowerLimit,
out double  upperLimit 
)

Gets the fixed limits

Created in NX12.0.0

License requirements: None.

Parameters
lowerLimit
upperLimit
unsafe NXOpen.CAE.Xyplot.CustomTextStyleSetting NXOpen.CAE.Xyplot.AxisStyleSetting.GetLabelStyle ( )

Gets the label style

Created in NX11.0.0

License requirements: None.

Returns
unsafe NXOpen.CAE.Xyplot.TextStyleSetting NXOpen.CAE.Xyplot.AxisStyleSetting.GetNumberStyle ( )

Gets the number style

Created in NX11.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.Xyplot.AxisStyleSetting.LogUnitChangedEvent ( )

Logs an update event for changing display unit before committing AxisStyleSetting change.

Created in NX12.0.0

License requirements: None.

unsafe void NXOpen.CAE.Xyplot.AxisStyleSetting.SetFixedLimits ( double  lowerLimit,
double  upperLimit 
)

Sets the fixed limits

Created in NX12.0.0

License requirements: None.

Parameters
lowerLimit
upperLimit

Property Documentation

unsafe NXOpen.CAE.Xyplot.AxisType NXOpen.CAE.Xyplot.AxisStyleSetting.AxisType
getset

Returns or sets the axis scale type

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.Xyplot.AxisStyleSetting.DbDecades
getset

Returns or sets the number of dB decades to display.

Avaliable when CAE.Xyplot.AxisStyleSetting.AxisType is CAE.Xyplot.AxisType.Db .

Created in NX9.0.0

Deprecated in NX12.0.0. Removed without replacement.

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.CAE.Xyplot.AxisStyleSetting.DbRef
getset

Returns or sets the dB reference value for a dB axis type.

Avaliable when CAE.Xyplot.AxisStyleSetting.AxisType is CAE.Xyplot.AxisType.Db .

Created in NX9.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.SignalProcessingDBSettings.DBReference

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.AxisDBScale NXOpen.CAE.Xyplot.AxisStyleSetting.DbScale
getset

Returns or sets the dB scale.

Avaliable when CAE.Xyplot.AxisStyleSetting.AxisType is CAE.Xyplot.AxisType.Db .

Created in NX9.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.SignalProcessingDBSettings.DBFormat

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.Xyplot.AxisStyleSetting.GraphOverhead
getset

Returns or sets the round value to display.

It is a percent value. Avaliable when CAE.Xyplot.AxisStyleSetting.AxisType is not CAE.Xyplot.AxisType.Auto .

Created in NX9.0.0

Deprecated in NX12.0.0. Removed without replacement.

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.LimitsType NXOpen.CAE.Xyplot.AxisStyleSetting.LimitsType
getset

Returns or sets the limits type

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.Xyplot.AxisStyleSetting.LogDecades
getset

Returns or sets the number of Log decades to display.

Avaliable when CAE.Xyplot.AxisStyleSetting.AxisType is CAE.Xyplot.AxisType.Log .

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.UnitSystem NXOpen.CAE.Xyplot.AxisStyleSetting.UnitSystem
getset

Returns or sets the unit system

Created in NX9.0.0

Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.AxisStyleSetting.UnitSystemType instead.

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.XyFunctionUnitSystem NXOpen.CAE.Xyplot.AxisStyleSetting.UnitSystemType
getset

Returns or sets the unit system type

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.