PlotGraphTemplate Class

class NXOpen.CAE.Xyplot.PlotGraphTemplate

Bases: NXOpen.CAE.Xyplot.BaseDisplayStyleSetting

Manages the plot graph template.

Not support KF.

New in version NX10.0.0.

Properties

Property Description
AbscissaCustomMarkerLabel Returns or sets the abscissa custom marker label
DiagramDisplayStyles Returns the diagram display styles.
GeneralDisplayStyles Returns the general display styles.
JournalIdentifier Returns the identifier that would be recorded in a journal for this object.
OrdinateCustomMarkerLabel Returns or sets the ordinate custom marker label
Owner Returns the owner style
Tag Returns the Tag for this object.
WallDisplayStyles Returns the wall display styles.
ZCustomMarkerLabel Returns or sets the z custom marker label

Methods

Method Description
CommitChange Commits any edits that have been applied to the display style.
ExportTemplate Exports current graph template setting to a template xml file, it will override the template file if it is existing.
Find Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal.
ImportTemplate Updates current graph template setting from a template xml file
ResetToDefault Resets the graph template to default values

Property Detail

AbscissaCustomMarkerLabel

PlotGraphTemplate.AbscissaCustomMarkerLabel

Returns or sets the abscissa custom marker label

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

Getter Method

Signature AbscissaCustomMarkerLabel

Returns:
Return type:str

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature AbscissaCustomMarkerLabel

Parameters:xCustomMarkerLabel (str) –

New in version NX11.0.0.

License requirements: None.

DiagramDisplayStyles

PlotGraphTemplate.DiagramDisplayStyles

Returns the diagram display styles.

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

Getter Method

Signature DiagramDisplayStyles

Returns:Diagram display styles
Return type:NXOpen.CAE.Xyplot.DiagramDisplayStyles

New in version NX10.0.0.

License requirements: None.

GeneralDisplayStyles

PlotGraphTemplate.GeneralDisplayStyles

Returns the general display styles.

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

Getter Method

Signature GeneralDisplayStyles

Returns:General display styles
Return type:NXOpen.CAE.Xyplot.GeneralDisplayStyles

New in version NX10.0.0.

License requirements: None.

OrdinateCustomMarkerLabel

PlotGraphTemplate.OrdinateCustomMarkerLabel

Returns or sets the ordinate custom marker label

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

Getter Method

Signature OrdinateCustomMarkerLabel

Returns:
Return type:str

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature OrdinateCustomMarkerLabel

Parameters:yCustomMarkerLabel (str) –

New in version NX11.0.0.

License requirements: None.

Owner

PlotGraphTemplate.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.

WallDisplayStyles

PlotGraphTemplate.WallDisplayStyles

Returns the wall display styles.

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

Getter Method

Signature WallDisplayStyles

Returns:Wall display styles
Return type:NXOpen.CAE.Xyplot.WallDisplayStyles

New in version NX10.0.0.

License requirements: None.

ZCustomMarkerLabel

PlotGraphTemplate.ZCustomMarkerLabel

Returns or sets the z custom marker label

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

Getter Method

Signature ZCustomMarkerLabel

Returns:
Return type:str

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature ZCustomMarkerLabel

Parameters:zCustomMarkerLabel (str) –

New in version NX11.0.0.

License requirements: None.

Method Detail

CommitChange

PlotGraphTemplate.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.

ExportTemplate

PlotGraphTemplate.ExportTemplate

Exports current graph template setting to a template xml file, it will override the template file if it is existing.

Signature ExportTemplate(strXmlFile)

Parameters:strXmlFile (str) – Template xml file name

New in version NX10.0.0.

License requirements: None.

ImportTemplate

PlotGraphTemplate.ImportTemplate

Updates current graph template setting from a template xml file

Signature ImportTemplate(strXmlFile)

Parameters:strXmlFile (str) – Template xml file name

New in version NX10.0.0.

License requirements: None.

ResetToDefault

PlotGraphTemplate.ResetToDefault

Resets the graph template to default values

Signature ResetToDefault()

New in version NX10.0.0.

License requirements: None.