C# 클래스 Smrf.NodeXL.ExcelTemplate.EdgeWidthConverter

Class that converts an edge width between values used in the Excel workbook and values used in the NodeXL graph.
상속: NumericValueConverterBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MaximumWidthGraph System.Single
MaximumWidthWorkbook System.Single
MinimumWidthGraph System.Single
MinimumWidthWorkbook System.Single

공개 메소드들

메소드 설명
AssertValid ( ) : void
EdgeWidthConverter ( ) : System

Initializes a new instance of the EdgeWidthConverter class.

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

EdgeWidthConverter() 공개 메소드

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

프로퍼티 상세

MaximumWidthGraph 공개적으로 정적으로 프로퍼티

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

MaximumWidthWorkbook 공개적으로 정적으로 프로퍼티

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

MinimumWidthGraph 공개적으로 정적으로 프로퍼티

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

MinimumWidthWorkbook 공개적으로 정적으로 프로퍼티

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