PlotGraphTemplate Class¶
-
class
NXOpen.CAE.Xyplot.PlotGraphTemplate¶ Bases:
NXOpen.CAE.Xyplot.BaseDisplayStyleSettingManages 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
AbscissaCustomMarkerLabelReturns: Return type: str New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AbscissaCustomMarkerLabelParameters: xCustomMarkerLabel (str) – New in version NX11.0.0.
License requirements: None.
DiagramDisplayStyles¶
-
PlotGraphTemplate.DiagramDisplayStyles¶ Returns the diagram display styles.
-------------------------------------Getter Method
Signature
DiagramDisplayStylesReturns: Diagram display styles Return type: NXOpen.CAE.Xyplot.DiagramDisplayStylesNew in version NX10.0.0.
License requirements: None.
GeneralDisplayStyles¶
-
PlotGraphTemplate.GeneralDisplayStyles¶ Returns the general display styles.
-------------------------------------Getter Method
Signature
GeneralDisplayStylesReturns: General display styles Return type: NXOpen.CAE.Xyplot.GeneralDisplayStylesNew in version NX10.0.0.
License requirements: None.
OrdinateCustomMarkerLabel¶
-
PlotGraphTemplate.OrdinateCustomMarkerLabel¶ Returns or sets the ordinate custom marker label
-------------------------------------Getter Method
Signature
OrdinateCustomMarkerLabelReturns: Return type: str New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OrdinateCustomMarkerLabelParameters: yCustomMarkerLabel (str) – New in version NX11.0.0.
License requirements: None.
Owner¶
-
PlotGraphTemplate.Owner¶ Returns the owner style
-------------------------------------Getter Method
Signature
OwnerReturns: Return type: NXOpen.CAE.Xyplot.IDisplayStyleNew in version NX10.0.0.
License requirements: None.
WallDisplayStyles¶
-
PlotGraphTemplate.WallDisplayStyles¶ Returns the wall display styles.
-------------------------------------Getter Method
Signature
WallDisplayStylesReturns: Wall display styles Return type: NXOpen.CAE.Xyplot.WallDisplayStylesNew in version NX10.0.0.
License requirements: None.
ZCustomMarkerLabel¶
-
PlotGraphTemplate.ZCustomMarkerLabel¶ Returns or sets the z custom marker label
-------------------------------------Getter Method
Signature
ZCustomMarkerLabelReturns: Return type: str New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ZCustomMarkerLabelParameters: 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.