FSharpBio


DataPoint

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, Y, Label)
Signature: (X:key * Y:value * Label:string) -> DataPoint

Instance members

Instance memberDescription
Label
Signature: string
X
Signature: key
Y
Signature: value
Fork me on GitHub