API Reference
Class
ChartRegionMapItem
Represents one region value in a regional map chart.
Inheritance
- Object
- ChartRegionMapItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method Chart.AddRegionHeatmap
- Method Chart.AddRegionMap
- Method Chart.AddTileHeatmap
- Method Chart.AddTileMap
Constructors
ChartRegionMapItem(System.String region, System.Double value, System.Nullable{ChartForgeX.Primitives.ChartColor} color) #Initializes a new instance of the ChartRegionMapItem struct.
Parameters
- region System.String
- The region code or name. Casing is preserved so custom map identifiers can remain case-sensitive.
- value System.Double
- The region value. Negative values are not allowed.
- color System.Nullable{ChartForgeX.Primitives.ChartColor}
- An optional color for this region.