API Reference / JsVectorLegendAPI ReferenceClass JsVectorLegendEdit on GitHubNamespace HtmlForgeXAssembly HtmlForgeXSource Containers/ChartJs/ChartJsTitle.cs:102Legend options for a series.InheritanceObjectJsVectorLegendFilter membersAll (7) Constructors (1) Methods (4) Properties (2)Show inherited Expand all Collapse all ResetConstructorspublic JsVectorLegend() #Inherited Methodspublic override Boolean Equals(Object obj) #Containers/ChartJs/ChartJsTooltip.cs:15Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartJs/ChartJsTooltip.cs:23Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartJs/ChartJsTitle.cs:102Returns: TypeInherited from Objectpublic override String ToString() #Returns: StringInherited from ObjectPropertiespublic String Title { get; set; } #Containers/JsVectorMap/JsVectorMap.Options.cs:450JsonPropertyName("title") JsonIgnore(Condition = 3)Legend title displayed above entries.public Nullable<Boolean> Vertical { get; set; } #Containers/JsVectorMap/JsVectorMap.Options.cs:454JsonPropertyName("vertical") JsonIgnore(Condition = 3)When true, legend is vertical; otherwise horizontal.