API Reference
Class
VisNetworkClusteringTemplates
Provides predefined clustering templates and configurations.
Inheritance
- Object
- VisNetworkClusteringTemplates
Methods
public static String ClusterByProperty(String propertyName, Object value) #Returns:
StringJoin condition that clusters nodes based on a specific property value.
Parameters
- propertyName System.String
- value System.Object
Inherited Methods
Properties
public static String ClusterConnected { get; } #Join condition that clusters all nodes connected to the specified node.
public static String ShowNodeCount { get; } #Process properties function that shows the count of clustered nodes.
public static String UseFirstChildLabel { get; } #Process properties function that uses the first child's label with count.
public static String AverageColor { get; } #Process properties function that calculates cluster color based on contained nodes.