nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Imaging / DataLabeler

DataLabeler

Full name Microsoft.VisualBasic.Imaging.d3js.Layout.DataLabeler Assembly Microsoft.VisualBasic.Imaging Members 10

01 Syntax

Microsoft.VisualBasic.Imaging.d3js.Layout.DataLabeler

02 Methods

NameOverloadsSummary
Start 1 main simulated annealing function.
Width 1 users insert graph width
Height 1 users insert graph height
Labels 1 users insert label positions
Anchors 1 users insert anchor positions
WithOffset 1
Size 1
GetEnumerator 1

03 Fields

NameOverloadsSummary
unpinnedLabels 1 the index of the labels which is unpinned (can move on the canvas) in the array of DataLabeler.m_labels, this index value can also used for read anchor object from the DataL…
CANVAS_WIDTH 1 box width/height

04 Members

method Start #
Start(Int32, Boolean)

main simulated annealing function. (这个函数运行完成之后,可以直接使用Label.X和 Label.Y位置数据进行作图)

Parameters
NameTypeDescription
nsweepsInt32

-

method Width #
Width(Double)

users insert graph width

Parameters
NameTypeDescription
xDouble

-

method Height #
Height(Double)

users insert graph height

Parameters
NameTypeDescription
xDouble

-

method Labels #
Labels(IEnumerable(Of Label))

users insert label positions

Parameters
NameTypeDescription
xIEnumerable(Of Label)

-

method Anchors #
Anchors(IEnumerable(Of Anchor))

users insert anchor positions

Parameters
NameTypeDescription
xIEnumerable(Of Anchor)

-

field unpinnedLabels #
unpinnedLabels

the index of the labels which is unpinned (can move on the canvas) in the array of DataLabeler.m_labels, this index value can also used for read anchor object from the DataLabeler.m_anchors.

field CANVAS_WIDTH #
CANVAS_WIDTH

box width/height

method WithOffset #
WithOffset(PointF)
method Size #
Size(SizeF)
method GetEnumerator #
GetEnumerator()