BarPlotDataExtensions
01 Syntax
Microsoft.VisualBasic.Data.ChartPlots.BarPlot.Data.BarPlotDataExtensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Takes | 1 | 有时候绘图的数据的系列数量太多了,尝试使用这个函数将数据进行减少到可以接受的程序 所有被删除的数据都会被合并到other系列分组之中 |
| Normalize | 1 | 将每一个分组内的数据都归一化为100% |
| SerialDatas | 1 | |
| GroupBy | 1 |
03 Members
有时候绘图的数据的系列数量太多了,尝试使用这个函数将数据进行减少到可以接受的程序 所有被删除的数据都会被合并到other系列分组之中
Parameters
| Name | Type | Description |
|---|---|---|
data | BarDataGroup | - |
n% | Int32 | - |
schema$ | String | 对结果进行重新着色,如果这个参数为空值,则不会进行重新着色 |
otherColor | String | 如果schema为空字符串的话,则不会进行重新着色,但是会对新合并的 |
Normalize(BarDataGroup)
将每一个分组内的数据都归一化为100%
Parameters
| Name | Type | Description |
|---|---|---|
data | BarDataGroup | - |
SerialDatas(
IEnumerable(Of BarDataSample), Int32, String)GroupBy(BarDataGroup,
Dictionary(Of String, String()))