C# 클래스 LiveCharts.Uwp.HeatColorRange

Interaction logic for HeatColorRange.xaml
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 메소드들

메소드 설명
HeatColorRange ( ) : Windows.Foundation

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.

메소드 상세

HeatColorRange() 공개 메소드

Initializes a new instance of the HeatColorRange class.
public HeatColorRange ( ) : Windows.Foundation
리턴 Windows.Foundation

SetMax() 공개 메소드

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

SetMin() 공개 메소드

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

UpdateFill() 공개 메소드

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