SerialData {Microsoft.VisualBasic.Data.ChartPlots} .NET clr documentation

SerialData

Description

一条曲线的绘图数据模型

[x, y]

Declare

            
# namespace Microsoft.VisualBasic.Data.ChartPlots
export class SerialData {
   # 对一系列特定的数据点的注释数据
   DataAnnotations: Annotation[];
   title: string;
}

        

.NET clr type reference tree

  1. use by property member DataAnnotations: Annotation

[Package {$package} version {$version} Index]