nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.ChartPlots / BarPlotDataExtensions

BarPlotDataExtensions

Full name Microsoft.VisualBasic.Data.ChartPlots.BarPlot.Data.BarPlotDataExtensions Assembly Microsoft.VisualBasic.Data.ChartPlots Members 4

01 Syntax

Microsoft.VisualBasic.Data.ChartPlots.BarPlot.Data.BarPlotDataExtensions

02 Methods

NameOverloadsSummary
Takes 1 有时候绘图的数据的系列数量太多了,尝试使用这个函数将数据进行减少到可以接受的程序 所有被删除的数据都会被合并到other系列分组之中
Normalize 1 将每一个分组内的数据都归一化为100%
SerialDatas 1
GroupBy 1

03 Members

method Takes #
Takes(BarDataGroup, Int32, String, String)

有时候绘图的数据的系列数量太多了,尝试使用这个函数将数据进行减少到可以接受的程序 所有被删除的数据都会被合并到other系列分组之中

Parameters
NameTypeDescription
dataBarDataGroup

-

n%Int32

-

schema$String

对结果进行重新着色,如果这个参数为空值,则不会进行重新着色

otherColorString

如果schema为空字符串的话,则不会进行重新着色,但是会对新合并的other使用这个颜色进行着色

method Normalize #
Normalize(BarDataGroup)

将每一个分组内的数据都归一化为100%

Parameters
NameTypeDescription
dataBarDataGroup

-

method SerialDatas #
SerialDatas(IEnumerable(Of BarDataSample), Int32, String)
method GroupBy #
GroupBy(BarDataGroup, Dictionary(Of String, String()))