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
Exibir arquivo 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_oe static_oe property

Maximum edge width in the NodeXL graph.
public static Single,System MaximumWidthGraph
return 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
return System.Single

MinimumWidthGraph public_oe static_oe property

Minimum edge width in the NodeXL graph.
public static Single,System MinimumWidthGraph
return 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
return System.Single