FSharpBio


ErrorBarChart

Namespace: FSharp.Charting
Parent Module: ChartTypes

Consists of lines with markers that are used to display statistical information about the data displayed in a graph.

Constructors

ConstructorDescription
new()
Signature: unit -> ErrorBarChart

Instance members

Instance memberDescription
ErrorBarCenterMarkerStyle()
Signature: unit -> ErrorBarCenterMarkerStyle

The appearance of the marker at the center value of the error bar.

ErrorBarCenterMarkerStyle()
Signature: unit -> unit

The appearance of the marker at the center value of the error bar.

ErrorBarSeries()
Signature: unit -> string

The name of the series to be used as the data source for the Error Bar chart calculations.

ErrorBarSeries()
Signature: unit -> unit

The name of the series to be used as the data source for the Error Bar chart calculations.

ErrorBarStyle()
Signature: unit -> ErrorBarStyle

The visibility of the upper and lower error values.

ErrorBarStyle()
Signature: unit -> unit

The visibility of the upper and lower error values.

ErrorBarType()
Signature: unit -> ErrorBarType

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

ErrorBarType()
Signature: unit -> unit

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

Fork me on GitHub