Class ArgumentAxisStyleSetting
Inheritance
System.Object
System.MarshalByRefObject
ArgumentAxisStyleSetting
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 ArgumentAxisStyleSetting : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle
Constructors
ArgumentAxisStyleSetting()
Declaration
protected ArgumentAxisStyleSetting()
Properties
RangeAuto
Declaration
public bool RangeAuto { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetAbsCustomerRange()
Declaration
public string[] GetAbsCustomerRange()
Returns
Type | Description |
---|---|
System.String[] |
GetAxisItemStyleSetting()
Declaration
public TextStyleSetting GetAxisItemStyleSetting()
Returns
Type | Description |
---|---|
TextStyleSetting |
GetLabelStyle()
Declaration
public CustomTextStyleSetting GetLabelStyle()
Returns
Type | Description |
---|---|
CustomTextStyleSetting |
SetAbsCustomerRange(String[])
Declaration
public void SetAbsCustomerRange(string[] absCustomerRange)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | absCustomerRange |
Implements
System.Runtime.Remoting.Messaging.IMessageSink