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 FamosFileDisplayInfo class.
Declaration
public FamosFileDisplayInfo(decimal ymin, decimal ymax)
Parameters
Type | Name | Description |
---|---|---|
System.Decimal | ymin | The lower y-axis display limit. |
System.Decimal | 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.Int32 |
G
Gets or sets the green part of the display color (0..255).
Declaration
public int G { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
R
Gets or sets the red part of the display color (0..255).
Declaration
public int R { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
YMax
Gets the upper y-axis display limit.
Declaration
public decimal YMax { get; }
Property Value
Type | Description |
---|---|
System.Decimal |
YMin
Gets the lower y-axis display limit.
Declaration
public decimal YMin { get; }
Property Value
Type | Description |
---|---|
System.Decimal |