Class ConstantLine
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConstantLine
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.UtilityGUI.Charts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConstantLine : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Axis
Declaration
public SMTAxis Axis { get; }
Property Value
Type | Description |
---|---|
SMTAxis |
End
Declaration
public double End { get; }
Property Value
Type | Description |
---|---|
System.Double |
Label
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
System.String |
Start
Declaration
public double Start { get; }
Property Value
Type | Description |
---|---|
System.Double |
Value
Declaration
public double Value { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>