Gets or sets whether to draw labels of map regions.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public bool DrawLabels { get; set; } |
Visual Basic Copy Code |
---|
Public Property DrawLabels As Boolean |
true to draw region labels, or false otherwise. The default value is false.
To enable labels, you must also specify the name of a database column whose values to show as region names, calling the respective FromFile overload.