C# Класс LiveCharts.SeriesAlgorithms.HeatAlgorithm

Наследование: SeriesAlgorithm, ICartesianSeries
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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