Search Results for

    Show / Hide Table of Contents

    Class DiagramDisplayStylesCampbell

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseDisplayStyleSetting
    DiagramDisplayStyles
    DiagramDisplayStylesCampbell
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    Inherited Members
    DiagramDisplayStyles.GetGraphStyle(Int32)
    DiagramDisplayStyles.SetGraphStyle(Int32, GraphStyle)
    DiagramDisplayStyles.GetLineStyleSetting(Int32)
    DiagramDisplayStyles.GetBarStyleSetting(Int32)
    DiagramDisplayStyles.GetScatterStyleSetting(Int32)
    DiagramDisplayStyles.GetSurfaceStyleSetting(Int32)
    DiagramDisplayStyles.GetVectorStyleSetting(Int32)
    DiagramDisplayStyles.SetGraphStyleName(Int32, String)
    DiagramDisplayStyles.GetGraphStyleName(Int32)
    DiagramDisplayStyles.StyleCount
    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 DiagramDisplayStylesCampbell : DiagramDisplayStyles, IMessageSink, IDisplayStyle

    Constructors

    DiagramDisplayStylesCampbell()

    Declaration
    protected DiagramDisplayStylesCampbell()

    Properties

    GraphType

    Declaration
    public CampbellGraphType GraphType { get; set; }
    Property Value
    Type Description
    CampbellGraphType

    LineWidth

    Declaration
    public DisplayableObject.ObjectWidth LineWidth { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectWidth

    PointMarker

    Declaration
    public PointMarker PointMarker { get; set; }
    Property Value
    Type Description
    PointMarker

    PointSizeScale

    Declaration
    public double PointSizeScale { get; set; }
    Property Value
    Type Description
    System.Double

    PointSizeType

    Declaration
    public CampbellPointSizeType PointSizeType { get; set; }
    Property Value
    Type Description
    CampbellPointSizeType

    ShowBackground

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

    Implements

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