API Reference
Class
ChartTileMapDefinition
Describes reusable tile-map geometry.
Inheritance
- Object
- ChartTileMapDefinition
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.AddTileHeatmap
- Method Chart.AddTileMap
- Method ChartTileMapCatalog.TryGet
Constructors
ChartTileMapDefinition(System.String id, System.String name, System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartTileMapRegion} regions) #Initializes a new instance of the ChartTileMapDefinition class.
Parameters
- id System.String
- The stable map identifier.
- name System.String
- The display name.
- regions System.Collections.Generic.IEnumerable{ChartForgeX.Core.ChartTileMapRegion}
- The tile regions.
Methods
TryResolveRegion(System.String region, System.String@ code) #Resolves a caller-provided region code or alias to the canonical region code.
Parameters
- region System.String
- The code, name, or alias to resolve.
- code System.String@
- The canonical region code.
Returns
true when the region can be resolved; otherwise false.