Method | Description | |
---|---|---|
HeatColorRange ( ) : System.Windows |
Initializes a new instance of the HeatColorRange class.
|
|
SetMax ( string value ) : double |
Sets the maximum.
|
|
SetMin ( string value ) : double |
Sets the minimum.
|
|
UpdateFill ( GradientStopCollection stops ) : void |
Updates the fill.
|
public SetMax ( string value ) : double | ||
value | string | The value. |
return | double |
public SetMin ( string value ) : double | ||
value | string | The value. |
return | double |
public UpdateFill ( GradientStopCollection stops ) : void | ||
stops | GradientStopCollection | The stops. |
return | void |