NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | 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.Utilities.NXRemotableObject IMessageSink NXOpen.CAE.Xyplot.DiagramDisplayStyles2D NXOpen.CAE.Xyplot.DiagramDisplayStyles2DBarChart

Public Member Functions

unsafe
NXOpen.CAE.Xyplot.BaseBarStyleSetting 
GetBarStyleSetting (int styleIndex)
 Gets the bar display style. More...
 
unsafe NXOpen.CAE.Xyplot.GraphStyle GetGraphStyle (int styleIndex)
 Gets the graph style. More...
 
unsafe string GetGraphStyleName (int styleIndex)
 Gets the graph style name. More...
 
unsafe
NXOpen.CAE.Xyplot.BaseLineStyleSetting 
GetLineStyleSetting (int styleIndex)
 Gets the line display style. More...
 
unsafe
NXOpen.CAE.Xyplot.ScatterStyleSetting 
GetScatterStyleSetting (int styleIndex)
 Gets the scatter display style. More...
 
unsafe
NXOpen.CAE.Xyplot.SurfaceStyleSetting 
GetSurfaceStyleSetting (int styleIndex)
 Gets the surface display style. More...
 
unsafe
NXOpen.CAE.Xyplot.VectorStyle2DSetting 
GetVectorStyleSetting (int styleIndex)
 Gets the vector display style. More...
 
unsafe void SetGraphStyle (int styleIndex, NXOpen.CAE.Xyplot.GraphStyle graphStyle)
 Sets the graph style. More...
 
unsafe void SetGraphStyleName (int styleIndex, string graphStyleName)
 Sets the graph style name. More...
 
- Public Member Functions inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
unsafe void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe int StyleCount [get]
 Returns the style count More...
 
- Properties inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe
NXOpen.CAE.Xyplot.IDisplayStyle 
Owner [get]
 Returns the owner style More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 
- Properties inherited from NXOpen.CAE.Xyplot.IDisplayStyle
NXOpen.CAE.Xyplot.IDisplayStyle Owner [get]
 Returns the owner style More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Manages the diagram display styles.

Not support KF.

Created in NX10.0.0

Member Function Documentation

unsafe NXOpen.CAE.Xyplot.BaseBarStyleSetting NXOpen.CAE.Xyplot.DiagramDisplayStyles.GetBarStyleSetting ( int  styleIndex)
inline

Gets the bar display 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
Returns
Bar style
unsafe NXOpen.CAE.Xyplot.GraphStyle NXOpen.CAE.Xyplot.DiagramDisplayStyles.GetGraphStyle ( int  styleIndex)
inline

Gets 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
Returns
Graph style
unsafe string NXOpen.CAE.Xyplot.DiagramDisplayStyles.GetGraphStyleName ( int  styleIndex)
inline

Gets the graph style name.

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

Created in NX1847.0.0

License requirements: None.

Parameters
styleIndexStyle index
Returns
Graph style Name
unsafe NXOpen.CAE.Xyplot.BaseLineStyleSetting NXOpen.CAE.Xyplot.DiagramDisplayStyles.GetLineStyleSetting ( int  styleIndex)
inline

Gets the line display 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
Returns
Line style
unsafe NXOpen.CAE.Xyplot.ScatterStyleSetting NXOpen.CAE.Xyplot.DiagramDisplayStyles.GetScatterStyleSetting ( int  styleIndex)
inline

Gets the scatter display 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
Returns
Scatter style
unsafe NXOpen.CAE.Xyplot.SurfaceStyleSetting NXOpen.CAE.Xyplot.DiagramDisplayStyles.GetSurfaceStyleSetting ( int  styleIndex)
inline

Gets the surface display 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
Returns
Surface style
unsafe NXOpen.CAE.Xyplot.VectorStyle2DSetting NXOpen.CAE.Xyplot.DiagramDisplayStyles.GetVectorStyleSetting ( int  styleIndex)
inline

Gets the vector display style.

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

Created in NX12.0.0

License requirements: None.

Parameters
styleIndexStyle index
Returns
Line style
unsafe void NXOpen.CAE.Xyplot.DiagramDisplayStyles.SetGraphStyle ( int  styleIndex,
NXOpen.CAE.Xyplot.GraphStyle  graphStyle 
)
inline

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
unsafe void NXOpen.CAE.Xyplot.DiagramDisplayStyles.SetGraphStyleName ( int  styleIndex,
string  graphStyleName 
)
inline

Sets the graph style name.

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

Created in NX1847.0.0

License requirements: None.

Parameters
styleIndexStyle index
graphStyleNameGraph style Name

Property Documentation

unsafe int NXOpen.CAE.Xyplot.DiagramDisplayStyles.StyleCount
get

Returns the style count

Created in NX10.0.0

License requirements: None.


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