API Reference / EmailHeatmapRowAPI ReferenceClass EmailHeatmapRowEdit on GitHubNamespace HtmlForgeX.EmailAssembly HtmlForgeX.EmailSource Components/Charts/EmailHeatmap.cs:263Modifiers sealedRow for EmailHeatmap.InheritanceObjectEmailHeatmapRowFilter membersAll (7) Constructors (1) Methods (4) Properties (2)Show inherited Expand all Collapse all ResetConstructorspublic EmailHeatmapRow() #Components/Charts/EmailHeatmap.cs:263Inherited Methodspublic override Boolean Equals(Object obj) #Components/Text/EmailText.cs:101Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Components/Text/EmailText.Fluent.cs:14Returns: Int32Inherited from Objectpublic Type GetType() #Components/Text/EmailText.cs:72Returns: TypeInherited from Objectpublic override String ToString() #Components/Text/EmailText.cs:92Returns: StringInherited from ObjectPropertiespublic String Label { get; set; } #Components/Charts/EmailHeatmap.cs:263Optional row label (e.g. day name).public List<Nullable<Double>> Values { get; } #Components/Charts/EmailHeatmap.cs:266Row values (null = empty cell).