Search Results for

    Show / Hide Table of Contents

    Class ArgumentAxisStyleSetting

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseDisplayStyleSetting
    ArgumentAxisStyleSetting
    Implements
    IMessageSink
    IDisplayStyle
    IAxisStyle
    Inherited Members
    BaseDisplayStyleSetting.Find(string)
    BaseDisplayStyleSetting.CommitChange()
    BaseDisplayStyleSetting.JournalIdentifier
    BaseDisplayStyleSetting.Owner
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    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
    int[]

    GetDisplayUnit()

    Declaration
    public BaseUnit GetDisplayUnit()
    Returns
    Type Description
    BaseUnit

    GetIndicesOfLabel(string)

    Declaration
    public int[] GetIndicesOfLabel(string itemLabel)
    Parameters
    Type Name Description
    string itemLabel
    Returns
    Type Description
    int[]

    GetLabelDisplayStyle()

    Declaration
    public CustomTextStyleSetting GetLabelDisplayStyle()
    Returns
    Type Description
    CustomTextStyleSetting

    GetNthItemLabel(int)

    Declaration
    public string GetNthItemLabel(int nth)
    Parameters
    Type Name Description
    int nth
    Returns
    Type Description
    string

    LogUnitChangedEvent()

    Declaration
    public void LogUnitChangedEvent()

    SetCustomerIndices(int[])

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    IAxisStyle
    In this article
    Back to top Generated by DocFX