C# Class Smrf.NodeXL.ExcelTemplate.EdgeWidthConverter

Class that converts an edge width between values used in the Excel workbook and values 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
MaximumWidthGraph System.Single
MaximumWidthWorkbook System.Single
MinimumWidthGraph System.Single
MinimumWidthWorkbook System.Single

Méthodes publiques

Méthode Description
AssertValid ( ) : void
EdgeWidthConverter ( ) : System

Initializes a new instance of the EdgeWidthConverter class.

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

EdgeWidthConverter() public méthode

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

Property Details

MaximumWidthGraph public_oe static_oe property

Maximum edge width in the NodeXL graph.
public static Single,System MaximumWidthGraph
Résultat System.Single

MaximumWidthWorkbook public_oe static_oe property

Maximum value that can be specified in the workbook for an edge width.
public static Single,System MaximumWidthWorkbook
Résultat System.Single

MinimumWidthGraph public_oe static_oe property

Minimum edge width in the NodeXL graph.
public static Single,System MinimumWidthGraph
Résultat System.Single

MinimumWidthWorkbook public_oe static_oe property

Minimum value that can be specified in the workbook for an edge width.
public static Single,System MinimumWidthWorkbook
Résultat System.Single