API Reference / EmailMapLegendItemAPI ReferenceClass EmailMapLegendItemEdit on GitHubNamespace HtmlForgeX.EmailAssembly HtmlForgeX.EmailSource Components/Utility/EmailMapCard.cs:260Modifiers sealedLegend item for EmailMapCard.InheritanceObjectEmailMapLegendItemFilter membersAll (9) Constructors (1) Methods (4) Properties (4)Show inherited Expand all Collapse all ResetConstructorspublic EmailMapLegendItem() #Components/Utility/EmailMapCard.cs:260Inherited 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/Utility/EmailMapCard.cs:260Label (e.g., "United States").public String Value { get; set; } #Components/Utility/EmailMapCard.cs:263Value (e.g., "12,840").public String Color { get; set; } #Components/Utility/EmailMapCard.cs:266Optional dot color (hex).public String Subtitle { get; set; } #Components/Utility/EmailMapCard.cs:269Optional subtitle under the label.