C# Class LiveCharts.Wpf.HeatColorRange

Interaction logic for HeatColorRange.xaml
Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the HeatColorRange class.
public HeatColorRange ( ) : System.Windows
Résultat System.Windows

SetMax() public méthode

Sets the maximum.
public SetMax ( string value ) : double
value string The value.
Résultat double

SetMin() public méthode

Sets the minimum.
public SetMin ( string value ) : double
value string The value.
Résultat double

UpdateFill() public méthode

Updates the fill.
public UpdateFill ( GradientStopCollection stops ) : void
stops GradientStopCollection The stops.
Résultat void