Map CreateLinkChart( string name, KnowledgeGraph knowledgeGraph, KnowledgeGraphLayerIDSet idSet, string templateLinkChartPath )
Overloads Function CreateLinkChart( _ ByVal name As String, _ ByVal knowledgeGraph As KnowledgeGraph, _ ByVal idSet As KnowledgeGraphLayerIDSet, _ ByVal templateLinkChartPath As String _ ) As Map
Parameters
- name
- The name of the map.
- knowledgeGraph
- A knowledge graph datastore.
- 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 knowledgeGraph.
Return Value
A map of type MapType.LinkChart.