Class LegendTableStyle
Inheritance
System.Object
System.MarshalByRefObject
LegendTableStyle
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 LegendTableStyle : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle
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 |
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