NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting Class Reference

Represents the argument axis display style. More...

Inheritance diagram for NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting:
NXOpen.CAE.Xyplot.BaseDisplayStyleSetting NXOpen.CAE.Xyplot.IAxisStyle NXOpen.TaggedObject NXOpen.CAE.Xyplot.IDisplayStyle NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe string[] GetAbsCustomerRange ()
 Gets the abscissa customer range More...
 
unsafe
NXOpen.CAE.Xyplot.TextStyleSetting 
GetAnnotationStyle ()
 Gets the annotation style More...
 
unsafe
NXOpen.CAE.Xyplot.TextStyleSetting 
GetAxisItemStyleSetting ()
 Gets the axis item style More...
 
unsafe int[] GetCustomerRange ()
 Gets the customer indices More...
 
unsafe NXOpen.CAE.FTK.BaseUnit GetDisplayUnit ()
 Gets display unit More...
 
unsafe int[] GetIndicesOfLabel (string itemLabel)
 Gets the indices of label More...
 
unsafe
NXOpen.CAE.Xyplot.CustomTextStyleSetting 
GetLabelDisplayStyle ()
 Gets the label style More...
 
unsafe
NXOpen.CAE.Xyplot.CustomTextStyleSetting 
GetLabelStyle ()
 Gets the label style More...
 
unsafe string GetNthItemLabel (int nth)
 Gets nth item label More...
 
unsafe void LogUnitChangedEvent ()
 Logs an update event for changing display unit before committing AxisStyleSetting change. More...
 
unsafe void SetAbsCustomerRange (string[] absCustomerRange)
 Sets the abscissa customer range More...
 
unsafe void SetCustomerIndices (int[] customerIndices)
 Sets the customer indices 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 bool RangeAuto [get, set]
 Returns or sets a value indicating whether to set axis range automatically More...
 
unsafe
NXOpen.CAE.XyFunctionUnitSystem 
UnitSystemType [get, set]
 Returns or sets the unit system type 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

Represents the argument axis display style.

Call CAE.Xyplot.BaseDisplayStyleSetting.CommitChange to apply style changes to corresponding plot after it's modified.

Not support KF.

Created in NX12.0.0

Member Function Documentation

unsafe string [] NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.GetAbsCustomerRange ( )
inline

Gets the abscissa customer range

Created in NX12.0.0

Deprecated in NX1847.0.0. Use NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.GetCustomerRange

License requirements: None.

Returns
Abscissa customer range
unsafe NXOpen.CAE.Xyplot.TextStyleSetting NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.GetAnnotationStyle ( )
inline

Gets the annotation style

Created in NX1847.0.0

License requirements: None.

Returns
Axis item style

Implements NXOpen.CAE.Xyplot.IAxisStyle.

unsafe NXOpen.CAE.Xyplot.TextStyleSetting NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.GetAxisItemStyleSetting ( )
inline

Gets the axis item style

Created in NX12.0.0

Deprecated in NX1847.0.0. Use NXOpen.CAE.Xyplot.IAxisStyle.GetAnnotationStyle instead.

License requirements: None.

Returns
Axis item style
unsafe int [] NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.GetCustomerRange ( )
inline

Gets the customer indices

Created in NX1847.0.0

License requirements: None.

Returns
Customer range
unsafe NXOpen.CAE.FTK.BaseUnit NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.GetDisplayUnit ( )
inline

Gets display unit

Created in NX1847.0.0

License requirements: None.

Returns
unsafe int [] NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.GetIndicesOfLabel ( string  itemLabel)
inline

Gets the indices of label

Created in NX1847.0.0

License requirements: None.

Parameters
itemLabel
Returns
Customer range
unsafe NXOpen.CAE.Xyplot.CustomTextStyleSetting NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.GetLabelDisplayStyle ( )
inline

Gets the label style

Created in NX1847.0.0

License requirements: None.

Returns

Implements NXOpen.CAE.Xyplot.IAxisStyle.

unsafe NXOpen.CAE.Xyplot.CustomTextStyleSetting NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.GetLabelStyle ( )
inline

Gets the label style

Created in NX12.0.0

Deprecated in NX1847.0.0. Use NXOpen.CAE.Xyplot.IAxisStyle.GetLabelDisplayStyle instead.

License requirements: None.

Returns
unsafe string NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.GetNthItemLabel ( int  nth)
inline

Gets nth item label

Created in NX1847.0.0

License requirements: None.

Parameters
nth
Returns
unsafe void NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.LogUnitChangedEvent ( )
inline

Logs an update event for changing display unit before committing AxisStyleSetting change.

Created in NX1847.0.0

License requirements: None.

unsafe void NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.SetAbsCustomerRange ( string[]  absCustomerRange)
inline

Sets the abscissa customer range

Created in NX12.0.0

Deprecated in NX1847.0.0. Use NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.SetCustomerIndices

License requirements: None.

Parameters
absCustomerRangeAbscissa customer range
unsafe void NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.SetCustomerIndices ( int[]  customerIndices)
inline

Sets the customer indices

Created in NX1847.0.0

License requirements: None.

Parameters
customerIndicesCustomer range

Property Documentation

unsafe bool NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.RangeAuto
getset

Returns or sets a value indicating whether to set axis range automatically

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.XyFunctionUnitSystem NXOpen.CAE.Xyplot.ArgumentAxisStyleSetting.UnitSystemType
getset

Returns or sets the unit system type

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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