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

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

공개 프로퍼티들

프로퍼티 타입 설명
MaximumAlphaGraph System.Single
MaximumAlphaWorkbook System.Single
MinimumAlphaGraph System.Single
MinimumAlphaWorkbook System.Single

공개 메소드들

메소드 설명
AlphaConverter ( ) : System

Initializes a new instance of the AlphaConverter class.

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

메소드 상세

AlphaConverter() 공개 메소드

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

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

WorkbookToGraphAsByte() 공개 메소드

public WorkbookToGraphAsByte ( System.Single workbookValue ) : Byte
workbookValue System.Single
리턴 Byte

프로퍼티 상세

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

Maximum alpha value in the NodeXL graph. Represents "opaque."
public static Single,System MaximumAlphaGraph
리턴 System.Single

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

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

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

Minimum alpha value in the NodeXL graph. Represents "transparent."
public static Single,System MinimumAlphaGraph
리턴 System.Single

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

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