NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.Xyplot.LegendTableStyle Class Reference

Manages the legend table styles. More...

Inheritance diagram for NXOpen.CAE.Xyplot.LegendTableStyle:
NXOpen.CAE.Xyplot.BaseDisplayStyleSetting NXOpen.TaggedObject NXOpen.CAE.Xyplot.IDisplayStyle NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.CAE.Xyplot.CurveDisplaySettings 
GetBorderLineStyle ()
 Gets the border line style. More...
 
unsafe void GetColumnTitles (out string[] columnTitles)
 Gets the legend table column titles More...
 
unsafe
NXOpen.CAE.Xyplot.CurveDisplaySettings 
GetGridLineStyle ()
 Gets the grid line style. More...
 
unsafe
NXOpen.CAE.Xyplot.LegendTablePositionType 
GetPositionType ()
 Gets the legend table style type More...
 
unsafe
NXOpen.CAE.Xyplot.LegendTableTextStyle 
GetTextStyle ()
 Gets the text style. More...
 
unsafe void SetColumnTitles (string[] columnTitles)
 Sets the legend table column titles More...
 
- Public Member Functions inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
unsafe void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe NXOpen.NXColor BackgroundColor [get, set]
 Returns or sets the legend table header background color More...
 
unsafe NXOpen.NXColor GridBackgroundColor [get, set]
 Returns or sets the grid background color More...
 
unsafe bool IsBorderLineVisible [get, set]
 Returns or sets the border line visibility More...
 
unsafe bool IsGridBackgroundFilled [get, set]
 Returns or sets the value of controlling whether the grid background is filled More...
 
unsafe bool IsGridLineVisible [get, set]
 Returns or sets the grid line visibility More...
 
unsafe bool IsHeaderVisible [get, set]
 Returns or sets the legend table header visibility More...
 
unsafe int MaximumLegendItemCount [get, set]
 Returns or sets the maximum displayable functions count on legend table page More...
 
- Properties inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe
NXOpen.CAE.Xyplot.IDisplayStyle 
Owner [get]
 Returns the owner style More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 
- Properties inherited from NXOpen.CAE.Xyplot.IDisplayStyle
NXOpen.CAE.Xyplot.IDisplayStyle Owner [get]
 Returns the owner style More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Manages the legend table styles.

Not support KF.

Created in NX12.0.0

Member Function Documentation

unsafe NXOpen.CAE.Xyplot.CurveDisplaySettings NXOpen.CAE.Xyplot.LegendTableStyle.GetBorderLineStyle ( )
inline

Gets the border line style.

Created in NX12.0.0

License requirements: None.

Returns
Border Line style
unsafe void NXOpen.CAE.Xyplot.LegendTableStyle.GetColumnTitles ( out string[]  columnTitles)
inline

Gets the legend table column titles

Created in NX12.0.0

License requirements: None.

Parameters
columnTitlescolumn titles
unsafe NXOpen.CAE.Xyplot.CurveDisplaySettings NXOpen.CAE.Xyplot.LegendTableStyle.GetGridLineStyle ( )
inline

Gets the grid line style.

Created in NX12.0.0

License requirements: None.

Returns
Grid Line style
unsafe NXOpen.CAE.Xyplot.LegendTablePositionType NXOpen.CAE.Xyplot.LegendTableStyle.GetPositionType ( )
inline

Gets the legend table style type

Created in NX12.0.0

License requirements: None.

Returns
unsafe NXOpen.CAE.Xyplot.LegendTableTextStyle NXOpen.CAE.Xyplot.LegendTableStyle.GetTextStyle ( )
inline

Gets the text style.

Created in NX12.0.0

License requirements: None.

Returns
Text display style
unsafe void NXOpen.CAE.Xyplot.LegendTableStyle.SetColumnTitles ( string[]  columnTitles)
inline

Sets the legend table column titles

Created in NX12.0.0

License requirements: None.

Parameters
columnTitlescolumn titles

Property Documentation

unsafe NXOpen.NXColor NXOpen.CAE.Xyplot.LegendTableStyle.BackgroundColor
getset

Returns or sets the legend table header background color

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.CAE.Xyplot.LegendTableStyle.GridBackgroundColor
getset

Returns or sets the grid background color

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAE.Xyplot.LegendTableStyle.IsBorderLineVisible
getset

Returns or sets the border line visibility

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAE.Xyplot.LegendTableStyle.IsGridBackgroundFilled
getset

Returns or sets the value of controlling whether the grid background is filled

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAE.Xyplot.LegendTableStyle.IsGridLineVisible
getset

Returns or sets the grid line visibility

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAE.Xyplot.LegendTableStyle.IsHeaderVisible
getset

Returns or sets the legend table header visibility

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.Xyplot.LegendTableStyle.MaximumLegendItemCount
getset

Returns or sets the maximum displayable functions count on legend table page

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.