Class FamosFileDisplayInfo
Contains information about how to display a component.
Inherited Members
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileDisplayInfo : FamosFileBase
Constructors
| Improve this Doc View SourceFamosFileDisplayInfo(Decimal, Decimal)
Initializes a new instance of the Famos
Declaration
public FamosFileDisplayInfo(decimal ymin, decimal ymax)
Parameters
Type | Name | Description |
---|---|---|
System. |
ymin | The lower y-axis display limit. |
System. |
ymax | The upper y-axis display limit. |
Properties
| Improve this Doc View SourceB
Gets or sets the blue part of the display color (0..255).
Declaration
public int B { get; set; }
Property Value
Type | Description |
---|---|
System. |
G
Gets or sets the green part of the display color (0..255).
Declaration
public int G { get; set; }
Property Value
Type | Description |
---|---|
System. |
R
Gets or sets the red part of the display color (0..255).
Declaration
public int R { get; set; }
Property Value
Type | Description |
---|---|
System. |
YMax
Gets the upper y-axis display limit.
Declaration
public decimal YMax { get; }
Property Value
Type | Description |
---|---|
System. |
YMin
Gets the lower y-axis display limit.
Declaration
public decimal YMin { get; }
Property Value
Type | Description |
---|---|
System. |