Class LegendTable
Inheritance
System.Object
System.MarshalByRefObject
LegendTable
Inherited Members
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 LegendTable : BaseModel, IMessageSink, INXObject, IDisplayableModel
Constructors
LegendTable()
Declaration
protected LegendTable()
Properties
LegendTableStyle
Declaration
public LegendTableStyle LegendTableStyle { get; }
Property Value
Type | Description |
---|---|
LegendTableStyle |
Methods
GetFreeTextOfLegendItem(Int32)
Declaration
public string GetFreeTextOfLegendItem(int dataIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dataIndex |
Returns
Type | Description |
---|---|
System.String |
ResetFreeTextOfLegendItem(Int32)
Declaration
public void ResetFreeTextOfLegendItem(int dataIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dataIndex |
SetFreeTextOfLegendItem(Int32, String)
Declaration
public void SetFreeTextOfLegendItem(int dataIndex, string freeText)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dataIndex | |
System.String | freeText |
Implements
System.Runtime.Remoting.Messaging.IMessageSink