Map CreateLinkChart( string name, Uri knowledgeGraphServiceUri, KnowledgeGraphLayerIDSet idSet, string templateLinkChartPath )
Overloads Function CreateLinkChart( _ ByVal name As String, _ ByVal knowledgeGraphServiceUri As Uri, _ ByVal idSet As KnowledgeGraphLayerIDSet, _ ByVal templateLinkChartPath As String _ ) As Map
Parameters
- name
- The name of the map.
- knowledgeGraphServiceUri
- A Uri link to a knowledge graph service.
- idSet
- A set of Named Object types and record ids that sets the content of the Knowledge Graph layer. See KnowledgeGraphLayerIDSet.
- templateLinkChartPath
- The path to a link chart to use as a template for layout and styling. Use null or an empty string to create the link chart with the default layout and styling. If specified, the template link chart must use the same knowledge graph service as knowledgeGraphServiceUri.
Return Value
A map of type MapType.LinkChart.