C# Class WinRTXamlToolkit.Controls.DataVisualization.Charting.ValueMargin

A margin specified for a given value.
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
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.

Method Details

Equals() public method

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

GetHashCode() public method

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

ValueMargin() public method

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() public static method

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