Class MarkerStyleSetting
Inheritance
System.Object
System.MarshalByRefObject
MarkerStyleSetting
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.Xyplot
Assembly: NXOpen.dll
Syntax
public class MarkerStyleSetting : TextStyleSetting, IMessageSink, IDisplayStyle, IVisibleDisplayStyle
Constructors
MarkerStyleSetting()
Declaration
protected MarkerStyleSetting()
Properties
AbsPercentage
Declaration
public double AbsPercentage { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AttachmentType
Declaration
public AnchorType AttachmentType { get; set; }
Property Value
Type | Description |
---|---|
AnchorType |
NoteTextVisibility
Declaration
public bool NoteTextVisibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumberTextVisibility
Declaration
public bool NumberTextVisibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SnapToData
Declaration
public bool SnapToData { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetNoteTexts()
Declaration
public string[] GetNoteTexts()
Returns
Type | Description |
---|---|
System.String[] |
SetNoteTexts(String[])
Declaration
public void SetNoteTexts(string[] noteTexts)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | noteTexts |
Implements
System.Runtime.Remoting.Messaging.IMessageSink