C# 클래스 LiveCharts.SeriesAlgorithms.HeatAlgorithm

상속: SeriesAlgorithm, ICartesianSeries
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 메소드들

메소드 설명
GetMaxX ( AxisCore axis ) : double

Gets the maximum x.

GetMaxY ( AxisCore axis ) : double

Gets the maximum y.

GetMinX ( AxisCore axis ) : double

Gets the minimum x.

GetMinY ( AxisCore axis ) : double

Gets the minimum y.

HeatAlgorithm ( ISeriesView view ) : System.Collections.Generic

Initializes a new instance of the HeatAlgorithm class.

Update ( ) : void

Updates this instance.

비공개 메소드들

메소드 설명
ColorInterpolation ( IList gradients, double weight ) : CoreColor
InterpolateColorComponent ( byte fromComponent, byte toComponent, double fromOffset, double toOffset, double value ) : byte

메소드 상세

GetMaxX() 공개 메소드

Gets the maximum x.
public GetMaxX ( AxisCore axis ) : double
axis AxisCore The axis.
리턴 double

GetMaxY() 공개 메소드

Gets the maximum y.
public GetMaxY ( AxisCore axis ) : double
axis AxisCore The axis.
리턴 double

GetMinX() 공개 메소드

Gets the minimum x.
public GetMinX ( AxisCore axis ) : double
axis AxisCore The axis.
리턴 double

GetMinY() 공개 메소드

Gets the minimum y.
public GetMinY ( AxisCore axis ) : double
axis AxisCore The axis.
리턴 double

HeatAlgorithm() 공개 메소드

Initializes a new instance of the HeatAlgorithm class.
public HeatAlgorithm ( ISeriesView view ) : System.Collections.Generic
view ISeriesView The view.
리턴 System.Collections.Generic

Update() 공개 메소드

Updates this instance.
There is no a valid gradient to create a heat series.
public Update ( ) : void
리턴 void