C# Класс YAMP.HeatmapPlotValue.HeatPoint

Represents one point in the heatmap.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Column int
Magnitude double
Row int

Описание свойств

Column публичное свойство

Gets the column index.
public int Column
Результат int

Magnitude публичное свойство

Gets the magnitude (0..1) of this entry.
public double Magnitude
Результат double

Row публичное свойство

Gets the row index.
public int Row
Результат int