mapping term to color, used for category group plot
CategoryColorProfile
01 Syntax
Microsoft.VisualBasic.Imaging.Drawing2D.Colors.Scaler.CategoryColorProfile
02 Methods
03 Properties
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| category | 1 | the raw term inputs |
| categoryIndex | 1 | [0...N] |
05 Members
#ctor(
Dictionary(Of String, String), String)Parameters
| Name | Type | Description |
|---|---|---|
category | Dictionary(Of String, String) | [term => category label] |
colorSchema | String | Should be the term name for create color set via Designer.GetColors() |
GetColor(
NamedValue(Of Double))get color by term name
Parameters
| Name | Type | Description |
|---|---|---|
item | NamedValue(Of Double) | get color use this item name |
size
get the size of the category collection
category
the raw term inputs
categoryIndex
[0...N]
Color