Class ArgumentAxisStyleSetting
Inheritance
ArgumentAxisStyleSetting
Assembly: NXOpen.dll
Syntax
public class ArgumentAxisStyleSetting : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle, IAxisStyle
Constructors
ArgumentAxisStyleSetting()
Declaration
protected ArgumentAxisStyleSetting()
Properties
RangeAuto
Declaration
public bool RangeAuto { get; set; }
Property Value
UnitSystemType
Declaration
public XyFunctionUnitSystem UnitSystemType { get; set; }
Property Value
Methods
GetAnnotationStyle()
Declaration
public TextStyleSetting GetAnnotationStyle()
Returns
GetCustomerRange()
Declaration
public int[] GetCustomerRange()
Returns
GetDisplayUnit()
Declaration
public BaseUnit GetDisplayUnit()
Returns
GetIndicesOfLabel(string)
Declaration
public int[] GetIndicesOfLabel(string itemLabel)
Parameters
Type |
Name |
Description |
string |
itemLabel |
|
Returns
GetLabelDisplayStyle()
Declaration
public CustomTextStyleSetting GetLabelDisplayStyle()
Returns
GetNthItemLabel(int)
Declaration
public string GetNthItemLabel(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
LogUnitChangedEvent()
Declaration
public void LogUnitChangedEvent()
SetCustomerIndices(int[])
Declaration
public void SetCustomerIndices(int[] customerIndices)
Parameters
Type |
Name |
Description |
int[] |
customerIndices |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink