nuget server logo nuget api documents
↑

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

SerialData

Full name Microsoft.VisualBasic.Data.ChartPlots.SerialData Assembly Microsoft.VisualBasic.Data.ChartPlots Members 6

一条曲线的绘图数据模型

00 Remarks

[x, y]

01 Syntax

Microsoft.VisualBasic.Data.ChartPlots.SerialData

02 Methods

NameOverloadsSummary
x 1 get x axis data
AddMarker 1 由于在绘图的时候,需要按照标题查找原始数据,所以请确保绘图的曲线的系列数据之中的SerialData.title不会重复

03 Properties

NameOverloadsSummary
DataAnnotations 1 对一系列特定的数据点的注释数据

04 Fields

NameOverloadsSummary
pts 1 绘图的点的数据,请注意,这里面的点之间是有顺序之分的
pointSize 1 点的半径大小
color 1 线条的颜色

05 Members

method x #
x

get x axis data

method AddMarker #
AddMarker(Single, String, String, String, LegendStyles)

由于在绘图的时候,需要按照标题查找原始数据,所以请确保绘图的曲线的系列数据之中的SerialData.title不会重复

Parameters
NameTypeDescription
x!Single

-

title$String

-

color$String

-

font$String

-

styleLegendStyles

-

property DataAnnotations #
DataAnnotations

对一系列特定的数据点的注释数据

field pts #
pts

绘图的点的数据,请注意,这里面的点之间是有顺序之分的

field pointSize #
pointSize

点的半径大小

field color #
color

线条的颜色