HtmlForgeX

API Reference

Class

JsVectorMarkerSeries

Namespace HtmlForgeX
Assembly HtmlForgeX

Marker series entry: values keyed by marker index with optional legend and scale.

Inheritance

  • Object
  • JsVectorMarkerSeries

Constructors

public JsVectorMarkerSeries() #

Properties

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

Attribute to apply (e.g., "fill").

public Dictionary<Int32, String> Values { get; set; } #
JsonPropertyName("values") JsonIgnore(Condition = 3)

Values keyed by marker index (0-based).

public Dictionary<String, String> Scale { get; set; } #
JsonPropertyName("scale") JsonIgnore(Condition = 3)

Scale for value keys to CSS color/value.

public JsVectorLegend Legend { get; set; } #
JsonPropertyName("legend") JsonIgnore(Condition = 3)

Legend configuration for this series.