FSharpBio


DataSet

Namespace: FSharp.Charting
Parent Module: ChartTypes

An implementation type for labelled points on chart. This type should not be used directly.

Constructors

ConstructorDescription
new(X, YS, Label)
Signature: (X:key * YS:IEnumerable * Label:string) -> DataSet

Instance members

Instance memberDescription
Label
Signature: string
X
Signature: key
YS
Signature: IEnumerable
Fork me on GitHub