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
Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Public Properties

Property Type Description
MaximumWidthGraph System.Single
MaximumWidthWorkbook System.Single
MinimumWidthGraph System.Single
MinimumWidthWorkbook System.Single

Public Methods

Method Description
AssertValid ( ) : void
EdgeWidthConverter ( ) : System

Initializes a new instance of the EdgeWidthConverter class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

EdgeWidthConverter() public method

Initializes a new instance of the EdgeWidthConverter class.
public EdgeWidthConverter ( ) : System
return System

Property Details

MaximumWidthGraph public static property

Maximum edge width in the NodeXL graph.
public static Single,System MaximumWidthGraph
return System.Single

MaximumWidthWorkbook public static property

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

MinimumWidthGraph public static property

Minimum edge width in the NodeXL graph.
public static Single,System MinimumWidthGraph
return System.Single

MinimumWidthWorkbook public static property

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