Example of Labels in ASP.NET MVC Maps Control
This sample visualizes the names of all the states in USA in data labels. Options have been provided to change the intersect action and smart labels mode of the data labels.
Properties
Show Labels
|
|
Smart label mode
|
|
Intersect action
|
|
In this example, you can see how to render the data labels for each shape in a map. Data labels are used to display the values of the shapes. You can use the autoFill
property in the shapeSettings
to apply the default palette colors to the shapes.
Tooltip is enabled in this example. To see the tooltip in action, hover the mouse over a shape or tap a shape in touch enabled devices.
Injecting Module
Maps component features are segregated into individual feature-wise modules. To use a data label, inject the DataLabel
module using the Maps.Inject(DataLabel)
method.