FSharpBio


LiveChart

Namespace: FSharp.Charting

Contains static methods to construct charts whose data source is an event or observable which updates the entire data set.

Constructors

ConstructorDescription
new()
Signature: unit -> LiveChart

Static members

Static memberDescription
Area(...)
Signature: (data:IObservable<'?7149> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7149, '?7150, '?7151

Emphasizes the degree of change over time and shows the relationship of the parts to a whole.

Bar(...)
Signature: (data:IObservable<'?7153> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7153, '?7154, '?7155

Illustrates comparisons among individual items

Bubble(...)
Signature: (data:IObservable<'?7157> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option * BubbleMaxSize:int option * BubbleMinSize:int option * BubbleScaleMax:float option * BubbleScaleMin:float option * UseSizeForLabel:bool option) -> GenericChart
Type parameters: '?7157, '?7158, '?7159, '?7160

A variation of the Point chart type, where the data points are replaced by bubbles of different sizes.

BubbleIncremental(...)
Signature: (data:IObservable<'?7162 * '?7163 * '?7164> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option * BubbleMaxSize:int option * BubbleMinSize:int option * BubbleScaleMax:float option * BubbleScaleMin:float option * UseSizeForLabel:bool option) -> GenericChart
Type parameters: '?7162, '?7163, '?7164

A variation of the Point chart type, where the data points are replaced by bubbles of different sizes.

Candlestick(...)
Signature: (data:IObservable<'?7171> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> CandlestickChart
Type parameters: '?7171, '?7172, '?7173, '?7174, '?7175, '?7176

Used to display stock information using high, low, open and close values.

Candlestick(...)
Signature: (data:IObservable<seq<'?7166 * '?7167 * '?7168 * '?7169>> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> CandlestickChart
Type parameters: '?7166, '?7167, '?7168, '?7169

Used to display stock information using high, low, open and close values.

CandlestickIncremental(...)
Signature: (data:IObservable<'?7183 * '?7184 * '?7185 * '?7186 * '?7187> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> CandlestickChart
Type parameters: '?7183, '?7184, '?7185, '?7186, '?7187

Used to display stock information using high, low, open and close values.

CandlestickIncremental(...)
Signature: (data:IObservable<'?7178 * '?7179 * '?7180 * '?7181> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> CandlestickChart
Type parameters: '?7178, '?7179, '?7180, '?7181

Used to display stock information using high, low, open and close values.

Column(...)
Signature: (data:IObservable<'?7189> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7189, '?7190, '?7191

Uses a sequence of columns to compare values across categories.

ColumnIncremental(...)
Signature: (data:IObservable<'?7193 * '?7194> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7193, '?7194

Uses a sequence of columns to compare values across categories.

Doughnut(...)
Signature: (data:IObservable<'?7196> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> DoughnutChart
Type parameters: '?7196, '?7197, '?7198

Similar to the Pie chart type, except that it has a hole in the center.

ErrorBar(...)
Signature: (data:IObservable<'?7200> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> ErrorBarChart
Type parameters: '?7200, '?7201, '?7202, '?7203, '?7204

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

FastLine(...)
Signature: (data:IObservable<'?7206> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7206, '?7207, '?7208

A variation of the Line chart that significantly reduces the drawing time of a series that contains a very large number of data points.

FastLineIncremental(...)
Signature: (data:IObservable<'?7210 * '?7211> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7210, '?7211

An incremental variation of the Line chart that significantly reduces the drawing time of a series that contains a very large number of data points.

FastPoint(...)
Signature: (data:IObservable<'?7213> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7213, '?7214, '?7215

A variation of the Point chart type that significantly reduces the drawing time of a series that contains a very large number of data points.

FastPointIncremental(...)
Signature: (data:IObservable<'?7217 * '?7218> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7217, '?7218

A variation of the Point chart type that significantly reduces the drawing time of a series that contains a very large number of data points.

Funnel(...)
Signature: (data:IObservable<'?7220> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> FunnelChart
Type parameters: '?7220, '?7221, '?7222

Displays in a funnel shape data that equals 100% when totaled.

Kagi(...)
Signature: (data:IObservable<'?7224> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> KagiChart
Type parameters: '?7224, '?7225, '?7226

Displays a series of connecting vertical lines where the thickness and direction of the lines are dependent on the action of the price value.

Line(...)
Signature: (data:IObservable<'?7228> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7228, '?7229, '?7230

An updating chart which illustrates trends in data with the passing of time.

LineIncremental(...)
Signature: (data:IObservable<'?7232 * '?7233> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7232, '?7233

An incrementally updating chart which illustrates trends in data with the passing of time.

Pie(...)
Signature: (data:IObservable<'?7235> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> PieChart
Type parameters: '?7235, '?7236, '?7237

An updating chart which uses points to represent data points, where updates replace the entire data set.

PieIncremental(...)
Signature: (data:IObservable<'?7239 * '?7240> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> PieChart
Type parameters: '?7239, '?7240

An incrementally updating chart which uses points to represent data points.

Point(...)
Signature: (data:IObservable<'?7242> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option * MarkerColor:Color option * MarkerSize:int option) -> GenericChart
Type parameters: '?7242, '?7243, '?7244

An updating chart which uses points to represent data points, where updates replace the entire data set.

PointAndFigure(...)
Signature: (data:IObservable<'?7249> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> PointAndFigureChart
Type parameters: '?7249, '?7250, '?7251

Disregards the passage of time and only displays changes in prices.

PointIncremental(...)
Signature: (data:IObservable<'?7246 * '?7247> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option * MarkerColor:Color option * MarkerSize:int option) -> GenericChart
Type parameters: '?7246, '?7247

An incrementally updating chart which uses points to represent data points.

Polar(...)
Signature: (data:IObservable<'?7253> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> PolarChart
Type parameters: '?7253, '?7254, '?7255

A circular graph on which data points are displayed using the angle, and the distance from the center point.

Pyramid(...)
Signature: (data:IObservable<'?7257> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> PyramidChart
Type parameters: '?7257, '?7258, '?7259

Displays data that, when combined, equals 100%.

Radar(...)
Signature: (data:IObservable<'?7261> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> RadarChart
Type parameters: '?7261, '?7262, '?7263

A circular chart that is used primarily as a data comparison tool.

Range(...)
Signature: (data:IObservable<'?7265> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7265, '?7266, '?7267

Displays a range of data by plotting two Y values per data point, with each Y value being drawn as a line chart.

RangeBar(...)
Signature: (data:IObservable<'?7269> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7269, '?7270, '?7271

Displays separate events that have beginning and end values.

RangeColumn(...)
Signature: (data:IObservable<'?7273> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7273, '?7274, '?7275

Displays a range of data by plotting two Y values per data point.

Renko(...)
Signature: (data:IObservable<'?7277> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> RenkoChart
Type parameters: '?7277, '?7278, '?7279

Displays a series of connecting vertical lines where the thickness and direction of the lines are dependent on the action of the price value.

Spline(...)
Signature: (data:IObservable<'?7281> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7281, '?7282, '?7283

A Line chart that plots a fitted curve through each data point in a series.

SplineArea(...)
Signature: (data:IObservable<'?7285> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7285, '?7286, '?7287

An Area chart that plots a fitted curve through each data point in a series.

SplineRange(...)
Signature: (data:IObservable<'?7289> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7289, '?7290, '?7291

Displays a range of data by plotting two Y values per data point, with each Y value drawn as a line chart.

StackedArea(...)
Signature: (data:IObservable<'?7293> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7293, '?7294, '?7295, '?7296

An Area chart that stacks two or more data series on top of one another.

StepLine(...)
Signature: (data:IObservable<'?7298> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?7298, '?7299, '?7300

Similar to the Line chart type, but uses vertical and horizontal lines to connect the data points in a series forming a step-like progression.

Stock(...)
Signature: (data:IObservable<'?7309> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> StockChart
Type parameters: '?7309, '?7310, '?7311, '?7312, '?7313

Displays significant stock price points including the high, low, open and close price points.

Stock(...)
Signature: (data:IObservable<'?7302> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> StockChart
Type parameters: '?7302, '?7303, '?7304, '?7305, '?7306, '?7307

Displays significant stock price points including the high, low, open and close price points.

ThreeLineBreak(...)
Signature: (data:IObservable<'?7315> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> ThreeLineBreakChart
Type parameters: '?7315, '?7316, '?7317

Displays a series of vertical boxes, or lines, that reflect changes in price values.

Fork me on GitHub