Show / Hide Table of Contents

Class HeatmapResult

Represents the result of a heatmap call.

Inheritance
System.Object
HeatmapResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class HeatmapResult

Properties

Data

Gets or sets the data.

Declaration
public HeatmapSample[] Data { get; set; }
Property Value
HeatmapSample[]

Max

Gets or sets the max.

Declaration
public float Max { get; set; }
Property Value
System.Single

MaxMetric

Gets or sets the metric.

Declaration
public string MaxMetric { get; set; }
Property Value
System.String

Back to top Built by Itinero, MIT licensed.