Search Results for

    Show / Hide Table of Contents

    Class PlotGraphTemplate

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseDisplayStyleSetting
    PlotGraphTemplate
    Implements
    IMessageSink
    IDisplayStyle
    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 PlotGraphTemplate : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle

    Constructors

    PlotGraphTemplate()

    Declaration
    protected PlotGraphTemplate()

    Properties

    AbscissaCustomMarkerLabel

    Declaration
    public string AbscissaCustomMarkerLabel { get; set; }
    Property Value
    Type Description
    string

    DiagramDisplayStyles

    Declaration
    public DiagramDisplayStyles DiagramDisplayStyles { get; }
    Property Value
    Type Description
    DiagramDisplayStyles

    GeneralDisplayStyles

    Declaration
    public GeneralDisplayStyles GeneralDisplayStyles { get; }
    Property Value
    Type Description
    GeneralDisplayStyles

    OrdinateCustomMarkerLabel

    Declaration
    public string OrdinateCustomMarkerLabel { get; set; }
    Property Value
    Type Description
    string

    WallDisplayStyles

    Declaration
    public WallDisplayStyles WallDisplayStyles { get; }
    Property Value
    Type Description
    WallDisplayStyles

    ZCustomMarkerLabel

    Declaration
    public string ZCustomMarkerLabel { get; set; }
    Property Value
    Type Description
    string

    Methods

    ExportTemplate(string)

    Declaration
    public void ExportTemplate(string strXmlFile)
    Parameters
    Type Name Description
    string strXmlFile

    ImportTemplate(string)

    Declaration
    public void ImportTemplate(string strXmlFile)
    Parameters
    Type Name Description
    string strXmlFile

    ResetToDefault()

    Declaration
    public void ResetToDefault()

    Implements

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