Show / Hide Table of Contents

Class FamosFileDisplayInfo

Contains information about how to display a component.

Inheritance
System.Object
FamosFileBase
FamosFileDisplayInfo
Inherited Members
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileDisplayInfo : FamosFileBase

Constructors

| Improve this Doc View Source

FamosFileDisplayInfo(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 Source

B

Gets or sets the blue part of the display color (0..255).

Declaration
public int B { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

YMax

Gets the upper y-axis display limit.

Declaration
public decimal YMax { get; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

YMin

Gets the lower y-axis display limit.

Declaration
public decimal YMin { get; }
Property Value
Type Description
System.Decimal
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms