Angara.Chart


HeatmapValues

Namespace: Angara.Charting

Defines the values to be displayed as colors.

Union Cases

Union CaseDescription
TabularUncertainValues(QuantileArray)
Signature: QuantileArray

Uncertian values are represented as 1d-array; and corresponding items of the series "x" and "y" are considered as pairs of coordinates of a grid point, i.e. x[i], y[i], and i-th element of this array together define a grid point.

TabularValues(float [])
Signature: float []

Values are represented as 1d-array; and corresponding items of the series "x" and "y" are considered as pairs of coordinates of a grid point, i.e. x[i], y[i], and i-th element of this array together define a grid point.

Fork me on GitHub