API Reference
Class
JsVectorRegionSeries
Region series entry: map of region codes → values, with an optional scale dictionary.
Inheritance
- Object
- JsVectorRegionSeries
Constructors
public JsVectorRegionSeries() #Inherited Methods
Properties
public String Attribute { get; set; } #JsonPropertyName("attribute") JsonIgnore(Condition = 3)Attribute to apply (e.g., "fill").
public Dictionary<String, String> Values { get; set; } #JsonPropertyName("values") JsonIgnore(Condition = 3)Region code to scale key/value.
public Dictionary<String, String> Scale { get; set; } #JsonPropertyName("scale") JsonIgnore(Condition = 3)Scale name to CSS color/value.
public JsVectorLegend Legend { get; set; } #JsonPropertyName("legend") JsonIgnore(Condition = 3)Legend configuration for this series.