HtmlForgeX

API Reference

Class

JsVectorLegend

Namespace HtmlForgeX
Assembly HtmlForgeX

Legend options for a series.

Inheritance

  • Object
  • JsVectorLegend

Constructors

public JsVectorLegend() #

Properties

public String Title { get; set; } #
JsonPropertyName("title") JsonIgnore(Condition = 3)

Legend title displayed above entries.

public Nullable<Boolean> Vertical { get; set; } #
JsonPropertyName("vertical") JsonIgnore(Condition = 3)

When true, legend is vertical; otherwise horizontal.