API Reference
Class
JsVectorRegionSeries
Region series entry: map of region codes → values, with an optional scale dictionary.
Inheritance
- Object
- JsVectorRegionSeries
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property JsVectorSeries.Regions
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.