Class AxisStyleSetting
Inheritance
System.Object
System.MarshalByRefObject
AxisStyleSetting
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)
Namespace: NXOpen.CAE.Xyplot
Assembly: NXOpen.dll
Syntax
public class AxisStyleSetting : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle, IAxisStyle
Constructors
AxisStyleSetting()
Declaration
protected AxisStyleSetting()
Properties
AxisType
Declaration
public AxisType AxisType { get; set; }
Property Value
Type | Description |
---|---|
AxisType |
GraphOverhead
Declaration
public int GraphOverhead { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LimitsType
Declaration
public LimitsType LimitsType { get; set; }
Property Value
Type | Description |
---|---|
LimitsType |
LogDecades
Declaration
public int LogDecades { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UnitSystemType
Declaration
public XyFunctionUnitSystem UnitSystemType { get; set; }
Property Value
Type | Description |
---|---|
XyFunctionUnitSystem |
UseAbsoluteValue
Declaration
public bool UseAbsoluteValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetAnnotationStyle()
Declaration
public TextStyleSetting GetAnnotationStyle()
Returns
Type | Description |
---|---|
TextStyleSetting |
GetDBSettings()
Declaration
public SignalProcessingDBSettings GetDBSettings()
Returns
Type | Description |
---|---|
SignalProcessingDBSettings |
GetDisplayUnit()
Declaration
public BaseUnit GetDisplayUnit()
Returns
Type | Description |
---|---|
BaseUnit |
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 |
GetLabelDisplayStyle()
Declaration
public CustomTextStyleSetting GetLabelDisplayStyle()
Returns
Type | Description |
---|---|
CustomTextStyleSetting |
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