LegendTableGroupStyle Class

class NXOpen.CAE.Xyplot.LegendTableGroupStyle

Bases: NXOpen.CAE.Xyplot.BaseDisplayStyleSetting, NXOpen.CAE.Xyplot.IVisibleDisplayStyle

Manages the legend table group styles.

Not support KF.

New in version NX12.0.0.

Properties

Property Description
ActiveLegendTablePosition Returns or sets the active legend table position type
JournalIdentifier Returns the identifier that would be recorded in a journal for this object.
Owner Returns the owner style
Tag Returns the Tag for this object.
Visibility Returns or sets the visibility

Methods

Method Description
CommitChange Commits any edits that have been applied to the display style.
Find Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal.
GetLegendTableStyle Gets legend table style by type.

Property Detail

ActiveLegendTablePosition

LegendTableGroupStyle.ActiveLegendTablePosition

Returns or sets the active legend table position type

-------------------------------------

Getter Method

Signature ActiveLegendTablePosition

Returns:
Return type:NXOpen.CAE.Xyplot.LegendTablePositionType

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ActiveLegendTablePosition

Parameters:activeLegendTablePositionType (NXOpen.CAE.Xyplot.LegendTablePositionType) – Active Legend Table position type

New in version NX12.0.0.

License requirements: None.

Owner

LegendTableGroupStyle.Owner

Returns the owner style

-------------------------------------

Getter Method

Signature Owner

Returns:
Return type:NXOpen.CAE.Xyplot.IDisplayStyle

New in version NX10.0.0.

License requirements: None.

Visibility

LegendTableGroupStyle.Visibility

Returns or sets the visibility

-------------------------------------

Getter Method

Signature Visibility

Returns:
Return type:bool

New in version NX12.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Visibility

Parameters:visibility (bool) –

New in version NX12.0.0.

License requirements: None.

Method Detail

CommitChange

LegendTableGroupStyle.CommitChange

Commits any edits that have been applied to the display style.

Triggers the corresponding plot to update graph.

Signature CommitChange()

New in version NX9.0.0.

License requirements: None.

GetLegendTableStyle

LegendTableGroupStyle.GetLegendTableStyle

Gets legend table style by type.

Signature GetLegendTableStyle(legendTablePositionType)

Parameters:legendTablePositionType (NXOpen.CAE.Xyplot.LegendTablePositionType) –
Returns:Legend Table style
Return type:NXOpen.CAE.Xyplot.LegendTableStyle

New in version NX12.0.0.

License requirements: None.