StyledBarplot
01 Syntax
Microsoft.VisualBasic.Data.ChartPlots.BarPlot.StyledBarplot
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Plot | 1 | 进行更加复杂的样式的条形图的绘图操作 |
| ColorRendering | 1 | 使用这个函数进行条形图之中的系列的颜色的渲染 |
03 Members
Plot(
IEnumerable(Of BarSerial), String, String, String, Double, String, Int32)进行更加复杂的样式的条形图的绘图操作
Parameters
| Name | Type | Description |
|---|---|---|
data | IEnumerable(Of BarSerial) | 这个数据集之中是没有同组比较数据的 |
size | String | - |
padding$ | String | - |
interval | String | The interval distance between the bars, percentage of the width |
ColorRendering(
IEnumerable(Of BarSerial), String)使用这个函数进行条形图之中的系列的颜色的渲染
Parameters
| Name | Type | Description |
|---|---|---|
data | IEnumerable(Of BarSerial) | 系列数据,其中的BarSerial.Brush将会被填充为颜色谱之中的某一个颜色值 |
schema$ | String |
|