Search Results for

    Show / Hide Table of Contents

    Class ArgumentAxisStyleSetting

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseDisplayStyleSetting
    ArgumentAxisStyleSetting
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    IAxisStyle
    Inherited Members
    BaseDisplayStyleSetting.Find(String)
    BaseDisplayStyleSetting.CommitChange()
    BaseDisplayStyleSetting.JournalIdentifier
    BaseDisplayStyleSetting.Owner
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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, IAxisStyle

    Constructors

    ArgumentAxisStyleSetting()

    Declaration
    protected ArgumentAxisStyleSetting()

    Properties

    RangeAuto

    Declaration
    public bool RangeAuto { get; set; }
    Property Value
    Type Description
    System.Boolean

    UnitSystemType

    Declaration
    public XyFunctionUnitSystem UnitSystemType { get; set; }
    Property Value
    Type Description
    XyFunctionUnitSystem

    Methods

    GetAnnotationStyle()

    Declaration
    public TextStyleSetting GetAnnotationStyle()
    Returns
    Type Description
    TextStyleSetting

    GetCustomerRange()

    Declaration
    public int[] GetCustomerRange()
    Returns
    Type Description
    System.Int32[]

    GetDisplayUnit()

    Declaration
    public BaseUnit GetDisplayUnit()
    Returns
    Type Description
    BaseUnit

    GetIndicesOfLabel(String)

    Declaration
    public int[] GetIndicesOfLabel(string itemLabel)
    Parameters
    Type Name Description
    System.String itemLabel
    Returns
    Type Description
    System.Int32[]

    GetLabelDisplayStyle()

    Declaration
    public CustomTextStyleSetting GetLabelDisplayStyle()
    Returns
    Type Description
    CustomTextStyleSetting

    GetNthItemLabel(Int32)

    Declaration
    public string GetNthItemLabel(int nth)
    Parameters
    Type Name Description
    System.Int32 nth
    Returns
    Type Description
    System.String

    LogUnitChangedEvent()

    Declaration
    public void LogUnitChangedEvent()

    SetCustomerIndices(Int32[])

    Declaration
    public void SetCustomerIndices(int[] customerIndices)
    Parameters
    Type Name Description
    System.Int32[] customerIndices

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    IAxisStyle
    In This Article
    Back to top Generated by DocFX