FSharpBio


ErrorBarType

Namespace: FSharp.Charting
Parent Module: ChartTypes

Specifies how the upper and lower error values are calculated for the center values of the ErrorBarSeries.

Record Fields

Record FieldDescription
FixedValue
Signature: ErrorBarType
Modifiers: static
Percentage
Signature: ErrorBarType
Modifiers: static
StandardDeviation
Signature: ErrorBarType
Modifiers: static
StandardError
Signature: ErrorBarType
Modifiers: static
Fork me on GitHub