Search Results for

    Show / Hide Table of Contents

    Class LegendTableStyle

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseDisplayStyleSetting
    LegendTableStyle
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    IVisibleDisplayStyle
    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 LegendTableStyle : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle, IVisibleDisplayStyle

    Constructors

    LegendTableStyle()

    Declaration
    protected LegendTableStyle()

    Properties

    BackgroundColor

    Declaration
    public NXColor BackgroundColor { get; set; }
    Property Value
    Type Description
    NXColor

    GridBackgroundColor

    Declaration
    public NXColor GridBackgroundColor { get; set; }
    Property Value
    Type Description
    NXColor

    IsBorderLineVisible

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

    IsGridBackgroundFilled

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

    IsGridLineVisible

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

    IsHeaderVisible

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

    MaximumLegendItemCount

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

    Visibility

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

    Methods

    GetBorderLineStyle()

    Declaration
    public CurveDisplaySettings GetBorderLineStyle()
    Returns
    Type Description
    CurveDisplaySettings

    GetColumnTitles(out String[])

    Declaration
    public void GetColumnTitles(out string[] columnTitles)
    Parameters
    Type Name Description
    System.String[] columnTitles

    GetGridLineStyle()

    Declaration
    public CurveDisplaySettings GetGridLineStyle()
    Returns
    Type Description
    CurveDisplaySettings

    GetPositionType()

    Declaration
    public LegendTablePositionType GetPositionType()
    Returns
    Type Description
    LegendTablePositionType

    GetTextStyle()

    Declaration
    public LegendTableTextStyle GetTextStyle()
    Returns
    Type Description
    LegendTableTextStyle

    SetColumnTitles(String[])

    Declaration
    public void SetColumnTitles(string[] columnTitles)
    Parameters
    Type Name Description
    System.String[] columnTitles

    Implements

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