Gets or sets whether to draw labels of map regions.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksTo enable labels, you must also specify the name of a database column whose values to show as region names, calling the respective FromFile overload.
See Also