Search Results for

    Show / Hide Table of Contents

    Class DiagramDisplayStyles

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseDisplayStyleSetting
    DiagramDisplayStyles
    DiagramDisplayStyles2D
    DiagramDisplayStyles2DBarChart
    DiagramDisplayStylesCampbell
    DiagramDisplayStylesColorMap
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    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 DiagramDisplayStyles : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle

    Constructors

    DiagramDisplayStyles()

    Declaration
    protected DiagramDisplayStyles()

    Properties

    StyleCount

    Declaration
    public int StyleCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetBarStyleSetting(Int32)

    Declaration
    public BaseBarStyleSetting GetBarStyleSetting(int styleIndex)
    Parameters
    Type Name Description
    System.Int32 styleIndex
    Returns
    Type Description
    BaseBarStyleSetting

    GetGraphStyle(Int32)

    Declaration
    public GraphStyle GetGraphStyle(int styleIndex)
    Parameters
    Type Name Description
    System.Int32 styleIndex
    Returns
    Type Description
    GraphStyle

    GetGraphStyleName(Int32)

    Declaration
    public string GetGraphStyleName(int styleIndex)
    Parameters
    Type Name Description
    System.Int32 styleIndex
    Returns
    Type Description
    System.String

    GetLineStyleSetting(Int32)

    Declaration
    public BaseLineStyleSetting GetLineStyleSetting(int styleIndex)
    Parameters
    Type Name Description
    System.Int32 styleIndex
    Returns
    Type Description
    BaseLineStyleSetting

    GetScatterStyleSetting(Int32)

    Declaration
    public ScatterStyleSetting GetScatterStyleSetting(int styleIndex)
    Parameters
    Type Name Description
    System.Int32 styleIndex
    Returns
    Type Description
    ScatterStyleSetting

    GetSurfaceStyleSetting(Int32)

    Declaration
    public SurfaceStyleSetting GetSurfaceStyleSetting(int styleIndex)
    Parameters
    Type Name Description
    System.Int32 styleIndex
    Returns
    Type Description
    SurfaceStyleSetting

    GetVectorStyleSetting(Int32)

    Declaration
    public VectorStyle2DSetting GetVectorStyleSetting(int styleIndex)
    Parameters
    Type Name Description
    System.Int32 styleIndex
    Returns
    Type Description
    VectorStyle2DSetting

    SetGraphStyle(Int32, GraphStyle)

    Declaration
    public void SetGraphStyle(int styleIndex, GraphStyle graphStyle)
    Parameters
    Type Name Description
    System.Int32 styleIndex
    GraphStyle graphStyle

    SetGraphStyleName(Int32, String)

    Declaration
    public void SetGraphStyleName(int styleIndex, string graphStyleName)
    Parameters
    Type Name Description
    System.Int32 styleIndex
    System.String graphStyleName

    Implements

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