DataLabeler
01 Syntax
Microsoft.VisualBasic.Imaging.d3js.Layout.DataLabeler
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| 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
| Name | Overloads | Summary |
|---|---|---|
| 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
Start(
Int32, Boolean)Parameters
| Name | Type | Description |
|---|---|---|
nsweeps | Int32 | - |
Width(
Double)users insert graph width
Parameters
| Name | Type | Description |
|---|---|---|
x | Double | - |
Height(
Double)users insert graph height
Parameters
| Name | Type | Description |
|---|---|---|
x | Double | - |
Labels(
IEnumerable(Of Label))users insert label positions
Parameters
| Name | Type | Description |
|---|---|---|
x | IEnumerable(Of Label) | - |
Anchors(
IEnumerable(Of Anchor))users insert anchor positions
Parameters
| Name | Type | Description |
|---|---|---|
x | IEnumerable(Of Anchor) | - |
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.
CANVAS_WIDTH
box width/height
WithOffset(
PointF)Size(
SizeF)GetEnumerator()