C# Class LiveCharts.Wpf.HeatColorRange

Interaction logic for HeatColorRange.xaml
Show file Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

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.

Method Details

HeatColorRange() public method

Initializes a new instance of the HeatColorRange class.
public HeatColorRange ( ) : System.Windows
return System.Windows

SetMax() public method

Sets the maximum.
public SetMax ( string value ) : double
value string The value.
return double

SetMin() public method

Sets the minimum.
public SetMin ( string value ) : double
value string The value.
return double

UpdateFill() public method

Updates the fill.
public UpdateFill ( GradientStopCollection stops ) : void
stops GradientStopCollection The stops.
return void