一条曲线的绘图数据模型
SerialData
00 Remarks
[x, y]
01 Syntax
Microsoft.VisualBasic.Data.ChartPlots.SerialData
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| DataAnnotations | 1 | 对一系列特定的数据点的注释数据 |
04 Fields
05 Members
x
get x axis data
由于在绘图的时候,需要按照标题查找原始数据,所以请确保绘图的曲线的系列数据之中的SerialData.title不会重复
Parameters
| Name | Type | Description |
|---|---|---|
x! | Single | - |
title$ | String | - |
color$ | String | - |
font$ | String | - |
style | LegendStyles | - |
DataAnnotations
对一系列特定的数据点的注释数据
pts
绘图的点的数据,请注意,这里面的点之间是有顺序之分的
pointSize
点的半径大小
color
线条的颜色