Class AxisStyleSetting
Inheritance
System.Object
System.MarshalByRefObject
AxisStyleSetting
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class AxisStyleSetting : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle
Constructors
AxisStyleSetting()
Declaration
protected AxisStyleSetting()
Properties
AxisType
Declaration
public AxisType AxisType { get; set; }
Property Value
DbDecades
Declaration
[Obsolete("Deprecated in NX12.0.0. Removed without replacement.")]
public int DbDecades { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DbRef
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.SignalProcessingDBSettings.DBReference")]
public double DbRef { get; set; }
Property Value
Type |
Description |
System.Double |
|
DbScale
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.SignalProcessingDBSettings.DBFormat")]
public AxisDBScale DbScale { get; set; }
Property Value
GraphOverhead
Declaration
[Obsolete("Deprecated in NX12.0.0. Removed without replacement.")]
public int GraphOverhead { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LimitsType
Declaration
public LimitsType LimitsType { get; set; }
Property Value
LogDecades
Declaration
public int LogDecades { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UnitSystem
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.AxisStyleSetting.UnitSystemType instead.")]
public UnitSystem UnitSystem { get; set; }
Property Value
UnitSystemType
Declaration
public XyFunctionUnitSystem UnitSystemType { get; set; }
Property Value
Methods
GetDBSettings()
Declaration
public SignalProcessingDBSettings GetDBSettings()
Returns
GetDisplayUnit()
Declaration
public BaseUnit GetDisplayUnit()
Returns
GetFixedLimits(out Double, out Double)
Declaration
public void GetFixedLimits(out double lowerLimit, out double upperLimit)
Parameters
Type |
Name |
Description |
System.Double |
lowerLimit |
|
System.Double |
upperLimit |
|
GetLabelStyle()
Declaration
public CustomTextStyleSetting GetLabelStyle()
Returns
GetNumberStyle()
Declaration
public TextStyleSetting GetNumberStyle()
Returns
LogUnitChangedEvent()
Declaration
public void LogUnitChangedEvent()
SetFixedLimits(Double, Double)
Declaration
public void SetFixedLimits(double lowerLimit, double upperLimit)
Parameters
Type |
Name |
Description |
System.Double |
lowerLimit |
|
System.Double |
upperLimit |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink