C# Class Smrf.NodeXL.ExcelTemplate.AlphaConverter

Class that converts alpha values between those used in the Excel workbook and those used in the NodeXL graph.
Inheritance: NumericValueConverterBase
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Свойство Type Description
MaximumAlphaGraph System.Single
MaximumAlphaWorkbook System.Single
MinimumAlphaGraph System.Single
MinimumAlphaWorkbook System.Single

Méthodes publiques

Méthode Description
AlphaConverter ( ) : System

Initializes a new instance of the AlphaConverter class.

AssertValid ( ) : void
WorkbookToGraphAsByte ( System.Single workbookValue ) : Byte

Method Details

AlphaConverter() public méthode

Initializes a new instance of the AlphaConverter class.
public AlphaConverter ( ) : System
Résultat System

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

WorkbookToGraphAsByte() public méthode

public WorkbookToGraphAsByte ( System.Single workbookValue ) : Byte
workbookValue System.Single
Résultat Byte

Property Details

MaximumAlphaGraph public_oe static_oe property

Maximum alpha value in the NodeXL graph. Represents "opaque."
public static Single,System MaximumAlphaGraph
Résultat System.Single

MaximumAlphaWorkbook public_oe static_oe property

Maximum value that can be specified in the workbook for an alpha value. Represents "opaque."
public static Single,System MaximumAlphaWorkbook
Résultat System.Single

MinimumAlphaGraph public_oe static_oe property

Minimum alpha value in the NodeXL graph. Represents "transparent."
public static Single,System MinimumAlphaGraph
Résultat System.Single

MinimumAlphaWorkbook public_oe static_oe property

Minimum value that can be specified in the workbook for an alpha value. Represents "transparent."
public static Single,System MinimumAlphaWorkbook
Résultat System.Single