Color, size, shapes, line type, etc. (这个模块之中的API是为node和edge进行styling所提供的基于MapperTypes这三种映射类型的结果)
StyleMappings
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.Styling.StyleMappings
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| DiscreteMapping | 1 | 离散映射,即一组已知的值映射到另一组已知的值 |
| ColorMapping | 1 | This function works based on StyleMappings.NumericMapping()).(函数获得的是连续的颜色映射) |
03 Members
DiscreteMapping(
IEnumerable(Of Node), String)离散映射,即一组已知的值映射到另一组已知的值
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of Node) | - |
property$ | String | - |
ColorMapping``1(
IEnumerable(Of ``0), String, String, Int32)This function works based on StyleMappings.NumericMapping().(函数获得的是连续的颜色映射)
Type Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of ``0) | - |
key$ | String | - |
colorSchema$ | String | - |
level% | Int32 | - |