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

Manages the diagram display styles. More...

Inheritance diagram for NXOpen::CAE::Xyplot::DiagramDisplayStyles:
NXOpen::CAE::Xyplot::BaseDisplayStyleSetting NXOpen::TaggedObject NXOpen::CAE::Xyplot::IDisplayStyle NXOpen::CAE::Xyplot::DiagramDisplayStyles2D NXOpen::CAE::Xyplot::DiagramDisplayStyles2DBarChart

Public Member Functions

NXOpen::CAE::Xyplot::BaseBarStyleSettingGetBarStyleSetting (int styleIndex)
 Gets the bar display style. More...
 
NXOpen::CAE::Xyplot::GraphStyle GetGraphStyle (int styleIndex)
 Gets the graph style. More...
 
NXOpen::CAE::Xyplot::BaseLineStyleSettingGetLineStyleSetting (int styleIndex)
 Gets the line display style. More...
 
NXOpen::CAE::Xyplot::BasePlateStyleSettingGetPlateStyleSetting (int styleIndex)
 Gets the plate display style. More...
 
NXOpen::CAE::Xyplot::ScatterStyleSettingGetScatterStyleSetting (int styleIndex)
 Gets the scatter display style. More...
 
NXOpen::CAE::Xyplot::SurfaceStyleSettingGetSurfaceStyleSetting (int styleIndex)
 Gets the surface display style. More...
 
NXOpen::CAE::Xyplot::VectorStyle2DSettingGetVectorStyleSetting (int styleIndex)
 Gets the vector display style. More...
 
void SetGraphStyle (int styleIndex, NXOpen::CAE::Xyplot::GraphStyle graphStyle)
 Sets the graph style. More...
 
int StyleCount ()
 Returns the style count
Created in NX10.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 diagram display styles.


Not support KF.

Created in NX10.0.0.

Member Function Documentation

NXOpen::CAE::Xyplot::BaseBarStyleSetting* NXOpen::CAE::Xyplot::DiagramDisplayStyles::GetBarStyleSetting ( int  styleIndex)

Gets the bar display style.

The style index must be greater than or equal to 0 and less than CAE::Xyplot::DiagramDisplayStyles::StyleCount .

Returns
Bar style
Created in NX10.0.0.

License requirements : None
Parameters
styleIndexStyle index
NXOpen::CAE::Xyplot::GraphStyle NXOpen::CAE::Xyplot::DiagramDisplayStyles::GetGraphStyle ( int  styleIndex)

Gets the graph style.

The style index must be greater than or equal to 0 and less than CAE::Xyplot::DiagramDisplayStyles::StyleCount .

Returns
Graph style
Created in NX10.0.0.

License requirements : None
Parameters
styleIndexStyle index
NXOpen::CAE::Xyplot::BaseLineStyleSetting* NXOpen::CAE::Xyplot::DiagramDisplayStyles::GetLineStyleSetting ( int  styleIndex)

Gets the line display style.

The style index must be greater than or equal to 0 and less than CAE::Xyplot::DiagramDisplayStyles::StyleCount .

Returns
Line style
Created in NX10.0.0.

License requirements : None
Parameters
styleIndexStyle index
NXOpen::CAE::Xyplot::BasePlateStyleSetting* NXOpen::CAE::Xyplot::DiagramDisplayStyles::GetPlateStyleSetting ( int  styleIndex)

Gets the plate display style.

The style index must be greater than or equal to 0 and less than CAE::Xyplot::DiagramDisplayStyles::StyleCount .

Returns
Plate style
Deprecated:
Deprecated in NX12.0.0. There is no replacement for this function


Created in NX10.0.0.

License requirements : None

Parameters
styleIndexStyle index
NXOpen::CAE::Xyplot::ScatterStyleSetting* NXOpen::CAE::Xyplot::DiagramDisplayStyles::GetScatterStyleSetting ( int  styleIndex)

Gets the scatter display style.

The style index must be greater than or equal to 0 and less than CAE::Xyplot::DiagramDisplayStyles::StyleCount .

Returns
Scatter style
Created in NX10.0.0.

License requirements : None
Parameters
styleIndexStyle index
NXOpen::CAE::Xyplot::SurfaceStyleSetting* NXOpen::CAE::Xyplot::DiagramDisplayStyles::GetSurfaceStyleSetting ( int  styleIndex)

Gets the surface display style.

The style index must be greater than or equal to 0 and less than CAE::Xyplot::DiagramDisplayStyles::StyleCount .

Returns
Surface style
Created in NX10.0.0.

License requirements : None
Parameters
styleIndexStyle index
NXOpen::CAE::Xyplot::VectorStyle2DSetting* NXOpen::CAE::Xyplot::DiagramDisplayStyles::GetVectorStyleSetting ( int  styleIndex)

Gets the vector display style.

The style index must be greater than or equal to 0 and less than CAE::Xyplot::DiagramDisplayStyles::StyleCount .

Returns
Line style
Created in NX12.0.0.

License requirements : None
Parameters
styleIndexStyle index
void NXOpen::CAE::Xyplot::DiagramDisplayStyles::SetGraphStyle ( int  styleIndex,
NXOpen::CAE::Xyplot::GraphStyle  graphStyle 
)

Sets the graph style.

The style index must be greater than or equal to 0 and less than CAE::Xyplot::DiagramDisplayStyles::StyleCount .
Created in NX10.0.0.

License requirements : None

Parameters
styleIndexStyle index
graphStyleGraph style
int NXOpen::CAE::Xyplot::DiagramDisplayStyles::StyleCount ( )

Returns the style count
Created in NX10.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.