SixXYDataPoint
Namespace: FSharp.Charting
Parent Module: ChartTypes
An implementation type for labelled points on chart. This type should not be used directly.
Constructors
Constructor | Description |
new(X, Y1, Y2, Y3, Y4, Y5, Y6, Label)
Signature: (X:key * Y1:value * Y2:value * Y3:value * Y4:value * Y5:value * Y6:value * Label:string) -> SixXYDataPoint
|
![]() ![]() |
Instance members
Instance member | Description |
Label
Signature: string
|
![]() ![]() |
X
Signature: key
|
![]() ![]() |
Y1
Signature: value
|
![]() ![]() |
Y2
Signature: value
|
![]() ![]() |
Y3
Signature: value
|
![]() ![]() |
Y4
Signature: value
|
![]() ![]() |
Y5
Signature: value
|
![]() ![]() |
Y6
Signature: value
|
![]() ![]() |