Class DisplayParameter
Inheritance
System.Object
DisplayParameter
Implements
System.Runtime.Serialization.IExtensibleDataObject
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class DisplayParameter : ParameterBase, IExtensibleDataObject, IDisplayParameter
Constructors
DisplayParameter()
Declaration
public DisplayParameter()
Fields
Empty
Declaration
public static readonly DisplayParameter Empty
Field Value
Properties
DisplayMax
Declaration
public double DisplayMax { get; set; }
Property Value
Type |
Description |
System.Double |
|
DisplayMin
Declaration
public double DisplayMin { get; set; }
Property Value
Type |
Description |
System.Double |
|
DistributionBottom
Declaration
public double DistributionBottom { get; set; }
Property Value
Type |
Description |
System.Double |
|
DistributionTop
Declaration
public double DistributionTop { get; set; }
Property Value
Type |
Description |
System.Double |
|
Frequency
Declaration
public double Frequency { get; set; }
Property Value
Type |
Description |
System.Double |
|
Interpolate
Declaration
public bool Interpolate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WarningMax
Declaration
public double WarningMax { get; set; }
Property Value
Type |
Description |
System.Double |
|
WarningMin
Declaration
public double WarningMin { get; set; }
Property Value
Type |
Description |
System.Double |
|
YScale
Declaration
public ParameterYScaleMode YScale { get; set; }
Property Value
Implements
System.Runtime.Serialization.IExtensibleDataObject