Class Preference
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)
Namespace: NXOpen.CAE.Xyplot
Assembly: NXOpen.dll
Syntax
public class Preference : TaggedObject, IMessageSink
Constructors
Preference()
Declaration
protected Preference()
Properties
AfuRecordZValue
Declaration
public DataManager.AfuRecordZValue AfuRecordZValue { get; set; }
Property Value
Type | Description |
---|---|
DataManager.AfuRecordZValue |
MaximumLegendsInGraph
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.LegendTableStyle.MaximumLegendItemCount")]
public int MaximumLegendsInGraph { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaximumSubGraphsInStack
Declaration
public int MaximumSubGraphsInStack { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewWindowSetting
Declaration
public Preference.NewWindowChoice NewWindowSetting { get; set; }
Property Value
Type | Description |
---|---|
Preference.NewWindowChoice |
TargetWindowSetting
Declaration
public Preference.TargetGraphicWindowOption TargetWindowSetting { get; set; }
Property Value
Type | Description |
---|---|
Preference.TargetGraphicWindowOption |
UpdateOverlayingAxisLimitsAutomatically
Declaration
public bool UpdateOverlayingAxisLimitsAutomatically { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Save()
Declaration
public void Save()
Implements
System.Runtime.Remoting.Messaging.IMessageSink