NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::Xyplot::PlotGraphTemplate Class Reference

Manages the plot graph template. More...

Inheritance diagram for NXOpen::CAE::Xyplot::PlotGraphTemplate:
NXOpen::CAE::Xyplot::BaseDisplayStyleSetting NXOpen::TaggedObject NXOpen::CAE::Xyplot::IDisplayStyle

Public Member Functions

NXString AbscissaCustomMarkerLabel ()
 Returns the abscissa custom marker label
Created in NX11.0.0. More...
 
NXOpen::CAE::Xyplot::DiagramDisplayStylesDiagramDisplayStyles ()
 Returns the diagram display styles. More...
 
void ExportTemplate (const NXString &strXmlFile)
 Exports current graph template setting to a template xml file, it will override the template file if it is existing. More...
 
void ExportTemplate (const char *strXmlFile)
 Exports current graph template setting to a template xml file, it will override the template file if it is existing. More...
 
NXOpen::CAE::Xyplot::GeneralDisplayStylesGeneralDisplayStyles ()
 Returns the general display styles. More...
 
void ImportTemplate (const NXString &strXmlFile)
 Updates current graph template setting from a template xml file
Created in NX10.0.0. More...
 
void ImportTemplate (const char *strXmlFile)
 Updates current graph template setting from a template xml file
Created in NX10.0.0. More...
 
NXString OrdinateCustomMarkerLabel ()
 Returns the ordinate custom marker label
Created in NX11.0.0. More...
 
void ResetToDefault ()
 Resets the graph template to default values
Created in NX10.0.0. More...
 
void SetAbscissaCustomMarkerLabel (const NXString &xCustomMarkerLabel)
 Sets the abscissa custom marker label
Created in NX11.0.0. More...
 
void SetAbscissaCustomMarkerLabel (const char *xCustomMarkerLabel)
 Sets the abscissa custom marker label
Created in NX11.0.0. More...
 
void SetOrdinateCustomMarkerLabel (const NXString &yCustomMarkerLabel)
 Sets the ordinate custom marker label
Created in NX11.0.0. More...
 
void SetOrdinateCustomMarkerLabel (const char *yCustomMarkerLabel)
 Sets the ordinate custom marker label
Created in NX11.0.0. More...
 
void SetZCustomMarkerLabel (const NXString &zCustomMarkerLabel)
 Sets the z custom marker label
Created in NX11.0.0. More...
 
void SetZCustomMarkerLabel (const char *zCustomMarkerLabel)
 Sets the z custom marker label
Created in NX11.0.0. More...
 
NXOpen::CAE::Xyplot::WallDisplayStylesWallDisplayStyles ()
 Returns the wall display styles. More...
 
NXString ZCustomMarkerLabel ()
 Returns the z custom marker label
Created in NX11.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAE::Xyplot::BaseDisplayStyleSetting
virtual void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 
NXOpen::TaggedObjectFind (const NXString &journalIdentifier)
 Finds the NXOpen::TaggedObject with the given identifier as recorded in a journal. More...
 
NXOpen::TaggedObjectFind (const char *journalIdentifier)
 Finds the NXOpen::TaggedObject with the given identifier as recorded in a journal. More...
 
NXString JournalIdentifier ()
 Returns the identifier that would be recorded in a journal for this object. More...
 
virtual
NXOpen::CAE::Xyplot::IDisplayStyle
Owner ()
 Returns the owner style
Created in NX10.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Manages the plot graph template.


Not support KF.

Created in NX10.0.0.

Member Function Documentation

NXString NXOpen::CAE::Xyplot::PlotGraphTemplate::AbscissaCustomMarkerLabel ( )

Returns the abscissa custom marker label
Created in NX11.0.0.



License requirements : None

NXOpen::CAE::Xyplot::DiagramDisplayStyles* NXOpen::CAE::Xyplot::PlotGraphTemplate::DiagramDisplayStyles ( )

Returns the diagram display styles.


Created in NX10.0.0.

License requirements : None

void NXOpen::CAE::Xyplot::PlotGraphTemplate::ExportTemplate ( const NXString strXmlFile)

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


Created in NX10.0.0.

License requirements : None

Parameters
strXmlFileTemplate xml file name
void NXOpen::CAE::Xyplot::PlotGraphTemplate::ExportTemplate ( const char *  strXmlFile)

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


Created in NX10.0.0.

License requirements : None

Parameters
strXmlFileTemplate xml file name
NXOpen::CAE::Xyplot::GeneralDisplayStyles* NXOpen::CAE::Xyplot::PlotGraphTemplate::GeneralDisplayStyles ( )

Returns the general display styles.


Created in NX10.0.0.

License requirements : None

void NXOpen::CAE::Xyplot::PlotGraphTemplate::ImportTemplate ( const NXString strXmlFile)

Updates current graph template setting from a template xml file
Created in NX10.0.0.



License requirements : None

Parameters
strXmlFileTemplate xml file name
void NXOpen::CAE::Xyplot::PlotGraphTemplate::ImportTemplate ( const char *  strXmlFile)

Updates current graph template setting from a template xml file
Created in NX10.0.0.



License requirements : None

Parameters
strXmlFileTemplate xml file name
NXString NXOpen::CAE::Xyplot::PlotGraphTemplate::OrdinateCustomMarkerLabel ( )

Returns the ordinate custom marker label
Created in NX11.0.0.



License requirements : None

void NXOpen::CAE::Xyplot::PlotGraphTemplate::ResetToDefault ( )

Resets the graph template to default values
Created in NX10.0.0.



License requirements : None

void NXOpen::CAE::Xyplot::PlotGraphTemplate::SetAbscissaCustomMarkerLabel ( const NXString xCustomMarkerLabel)

Sets the abscissa custom marker label
Created in NX11.0.0.



License requirements : None

Parameters
xCustomMarkerLabelxcustommarkerlabel
void NXOpen::CAE::Xyplot::PlotGraphTemplate::SetAbscissaCustomMarkerLabel ( const char *  xCustomMarkerLabel)

Sets the abscissa custom marker label
Created in NX11.0.0.



License requirements : None

Parameters
xCustomMarkerLabelxcustommarkerlabel
void NXOpen::CAE::Xyplot::PlotGraphTemplate::SetOrdinateCustomMarkerLabel ( const NXString yCustomMarkerLabel)

Sets the ordinate custom marker label
Created in NX11.0.0.



License requirements : None

Parameters
yCustomMarkerLabelycustommarkerlabel
void NXOpen::CAE::Xyplot::PlotGraphTemplate::SetOrdinateCustomMarkerLabel ( const char *  yCustomMarkerLabel)

Sets the ordinate custom marker label
Created in NX11.0.0.



License requirements : None

Parameters
yCustomMarkerLabelycustommarkerlabel
void NXOpen::CAE::Xyplot::PlotGraphTemplate::SetZCustomMarkerLabel ( const NXString zCustomMarkerLabel)

Sets the z custom marker label
Created in NX11.0.0.



License requirements : None

Parameters
zCustomMarkerLabelzcustommarkerlabel
void NXOpen::CAE::Xyplot::PlotGraphTemplate::SetZCustomMarkerLabel ( const char *  zCustomMarkerLabel)

Sets the z custom marker label
Created in NX11.0.0.



License requirements : None

Parameters
zCustomMarkerLabelzcustommarkerlabel
NXOpen::CAE::Xyplot::WallDisplayStyles* NXOpen::CAE::Xyplot::PlotGraphTemplate::WallDisplayStyles ( )

Returns the wall display styles.


Created in NX10.0.0.

License requirements : None

NXString NXOpen::CAE::Xyplot::PlotGraphTemplate::ZCustomMarkerLabel ( )

Returns the z custom marker label
Created in NX11.0.0.



License requirements : None


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