Gets or sets whether to draw labels of map regions.
Namespace: MindFusion.Diagramming
Assembly: 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |