Search
MapContent.AssignColors Method
See Also
 





Assigns colors to polygon shapes in the map in such a way that no two adjacent polygons are painted in the same color.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AssignColors ()

Visual Basic  Copy Code

Public Sub AssignColors ()

 Remarks

Colors are associated with map regions by integer index. To set the actual colors, set the FillColors property of MapNode.

 See Also