D3Extensions Class

Comuna.NET

D3Extensions Class

Contains extensions for CommunityAlgorithm objects to enable export to D3.js graph files.
Inheritance Hierarchy
SystemObject  Comuna.D3D3Extensions

Namespace:  Comuna.D3
Assembly:  Comuna.D3 (in Comuna.D3.dll) Version: 1.0.0
Syntax
C#
public static class D3Extensions
Request Example View Source

The D3Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToD3GraphFile
Saves the network of the given CommunityAlgorithm to a d3.js graph file.
Top
See Also