C# Class YAMP.HeatmapPlotValue.HeatPoint

Represents one point in the heatmap.
Exibir arquivo Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
Column int
Magnitude double
Row int

Property Details

Column public_oe property

Gets the column index.
public int Column
return int

Magnitude public_oe property

Gets the magnitude (0..1) of this entry.
public double Magnitude
return double

Row public_oe property

Gets the row index.
public int Row
return int