C# 클래스 WinRTXamlToolkit.Controls.DataVisualization.Charting.ValueMargin

A margin specified for a given value.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether two value margins are equal.

GetHashCode ( ) : int

Returns the hash code of the value margin object.

ValueMargin ( object value, double lowMargin, double highMargin )

Initializes a new instance of the ValueMargin class.

operator ( ) : bool

Determines whether two unit value objects are equal.

메소드 상세

Equals() 공개 메소드

Determines whether two value margins are equal.
public Equals ( object obj ) : bool
obj object The value margin to compare with this one.
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code of the value margin object.
public GetHashCode ( ) : int
리턴 int

ValueMargin() 공개 메소드

Initializes a new instance of the ValueMargin class.
public ValueMargin ( object value, double lowMargin, double highMargin )
value object The value the margin is associated with.
lowMargin double The lower margin.
highMargin double The higher margin.

operator() 공개 정적인 메소드

Determines whether two unit value objects are equal.
public static operator ( ) : bool
리턴 bool