Class LegendTable
Assembly: NXOpen.dll
Syntax
public class LegendTable : BaseModel, IMessageSink, INXObject, IDisplayableModel
Constructors
LegendTable()
Declaration
Properties
LegendTableStyle
Declaration
public LegendTableStyle LegendTableStyle { get; }
Property Value
Methods
GetFreeTextOfLegendItem(int)
Declaration
public string GetFreeTextOfLegendItem(int dataIndex)
Parameters
Type |
Name |
Description |
int |
dataIndex |
|
Returns
ResetFreeTextOfLegendItem(int)
Declaration
public void ResetFreeTextOfLegendItem(int dataIndex)
Parameters
Type |
Name |
Description |
int |
dataIndex |
|
SetFreeTextOfLegendItem(int, string)
Declaration
public void SetFreeTextOfLegendItem(int dataIndex, string freeText)
Parameters
Type |
Name |
Description |
int |
dataIndex |
|
string |
freeText |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink