HtmlForgeX

API Reference

Class

VisNetworkClusteringTemplates

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Provides predefined clustering templates and configurations.

Inheritance

  • Object
  • VisNetworkClusteringTemplates

Methods

public static String ClusterByProperty(String propertyName, Object value) #
Returns: String

Join condition that clusters nodes based on a specific property value.

Parameters

propertyName System.String requiredposition: 0
value System.Object requiredposition: 1

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.