NodeData {Microsoft.VisualBasic.Data.visualize.Network.Graph} |
.NET clr documentation |
NodeData
Description
Declare
# namespace Microsoft.VisualBasic.Data.visualize.Network.Graph
export class NodeData extends GraphData {
betweennessCentrality: double;
# 颜色SolidBrush或者绘图TextureBrush
color: Brush;
force: Point;
# For 2d layout FDGVector2 / 3d layout FDGVector3
initialPostion: AbstractVector;
label: string;
# Mass weight
mass: double;
# Get length of the NodeData.neighbours index array
neighborhoods: integer;
# 与本节点相连接的其他节点的Vertex.label[编号]
neighbours: integer;
origID: string;
Properties: list;
# 这个主要是为了兼容圆形或者矩形之类的大小信息
size: double;
weights: double;
}
.NET clr type reference tree
- this class extends from GraphData class: GraphData
- use by property member
color
: Brush
- use by property member
force
: Point
- use by property member
initialPostion
: AbstractVector
- use by property member
Properties
: list
[Package
{$package} version {$version}
Index]