FSharp.Charting


LiveChart

Namespace: FSharp.Charting

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

Static members

Static memberDescription
Area(...)
Signature: (data:IObservable<'?40876> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?40876, '?40877, '?40878
The color for the data.The title of the X-axis.The title of the Y-axis.
Bar(...)
Signature: (data:IObservable<'?40880> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?40880, '?40881, '?40882
The color for the data.The title of the X-axis.The title of the Y-axis.
Bubble(...)
Signature: (data:IObservable<'?40884> * 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: '?40884, '?40885, '?40886, '?40887
The color for the data.The title of the X-axis.The title of the Y-axis.The maximum size of the bubble radius as a percentage of the chart area size. Any integer from 0 to 100.The minimum size of the bubble radius as a percentage of the chart area size. Any integer from 0 to 100.The maximum bubble size, which is a percentage of the chart area that is set by BubbleMaxSize. Any double.The minimum bubble size, which is a percentage of the chart area that is set by BubbleMinSize. Any double.Use the bubble size as the data point label.
BubbleIncremental(...)
Signature: (data:IObservable<'?40889 * '?40890 * '?40891> * 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: '?40889, '?40890, '?40891
The color for the data.The title of the X-axis.The title of the Y-axis.The maximum size of the bubble radius as a percentage of the chart area size. Any integer from 0 to 100.The minimum size of the bubble radius as a percentage of the chart area size. Any integer from 0 to 100.The maximum bubble size, which is a percentage of the chart area that is set by BubbleMaxSize. Any double.The minimum bubble size, which is a percentage of the chart area that is set by BubbleMinSize. Any double.Use the bubble size as the data point label.
Candlestick(...)
Signature: (data:IObservable<'?40898> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> CandlestickChart
Type parameters: '?40898, '?40899, '?40900, '?40901, '?40902, '?40903
The color for the data.The title of the X-axis.The title of the Y-axis.
Candlestick(...)
Signature: (data:IObservable<seq<'?40893 * '?40894 * '?40895 * '?40896>> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> CandlestickChart
Type parameters: '?40893, '?40894, '?40895, '?40896
The color for the data.The title of the X-axis.The title of the Y-axis.
CandlestickIncremental(...)
Signature: (data:IObservable<'?40910 * '?40911 * '?40912 * '?40913 * '?40914> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> CandlestickChart
Type parameters: '?40910, '?40911, '?40912, '?40913, '?40914
The color for the data.The title of the X-axis.The title of the Y-axis.
CandlestickIncremental(...)
Signature: (data:IObservable<'?40905 * '?40906 * '?40907 * '?40908> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> CandlestickChart
Type parameters: '?40905, '?40906, '?40907, '?40908
The color for the data.The title of the X-axis.The title of the Y-axis.
Column(...)
Signature: (data:IObservable<'?40916> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option * ColumnWidth:float option) -> GenericChart
Type parameters: '?40916, '?40917, '?40918
The color for the data.The title of the X-axis.The title of the Y-axis.The width of columns versus whitespace as a percentage.
ColumnIncremental(...)
Signature: (data:IObservable<'?40920 * '?40921> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option * ColumnWidth:float option) -> GenericChart
Type parameters: '?40920, '?40921
The color for the data.The title of the X-axis.The title of the Y-axis.The width of columns versus whitespace as a percentage.
Doughnut(...)
Signature: (data:IObservable<'?40923> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> DoughnutChart
Type parameters: '?40923, '?40924, '?40925
The color for the data.The title of the X-axis.The title of the Y-axis.
ErrorBar(...)
Signature: (data:IObservable<'?40927> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> ErrorBarChart
Type parameters: '?40927, '?40928, '?40929, '?40930, '?40931
The color for the data.The title of the X-axis.The title of the Y-axis.
FastLine(...)
Signature: (data:IObservable<'?40933> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?40933, '?40934, '?40935
The color for the data.The title of the X-axis.The title of the Y-axis.
FastLineIncremental(...)
Signature: (data:IObservable<'?40937 * '?40938> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?40937, '?40938
The color for the data.The title of the X-axis.The title of the Y-axis.
FastPoint(...)
Signature: (data:IObservable<'?40940> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?40940, '?40941, '?40942
The color for the data.The title of the X-axis.The title of the Y-axis.
FastPointIncremental(...)
Signature: (data:IObservable<'?40944 * '?40945> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?40944, '?40945
The color for the data.The title of the X-axis.The title of the Y-axis.
Funnel(...)
Signature: (data:IObservable<'?40947> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> FunnelChart
Type parameters: '?40947, '?40948, '?40949
The color for the data.The title of the X-axis.The title of the Y-axis.
Kagi(...)
Signature: (data:IObservable<'?40951> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> KagiChart
Type parameters: '?40951, '?40952, '?40953
The color for the data.The title of the X-axis.The title of the Y-axis.
Line(...)
Signature: (data:IObservable<'?40955> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?40955, '?40956, '?40957
The color for the data.The title of the X-axis.The title of the Y-axis.
LineIncremental(...)
Signature: (data:IObservable<'?40959 * '?40960> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?40959, '?40960
The color for the data.The title of the X-axis.The title of the Y-axis.
Pie(...)
Signature: (data:IObservable<'?40962> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> PieChart
Type parameters: '?40962, '?40963, '?40964
The color for the data.The title of the X-axis.The title of the Y-axis.
PieIncremental(...)
Signature: (data:IObservable<'?40966 * '?40967> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> PieChart
Type parameters: '?40966, '?40967
The color for the data.The title of the X-axis.The title of the Y-axis.
Point(...)
Signature: (data:IObservable<'?40969> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option * MarkerColor:Color option * MarkerSize:int option) -> GenericChart
Type parameters: '?40969, '?40970, '?40971
The color for the data.The title of the X-axis.The title of the Y-axis.
PointAndFigure(...)
Signature: (data:IObservable<'?40976> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> PointAndFigureChart
Type parameters: '?40976, '?40977, '?40978
The color for the data.The title of the X-axis.The title of the Y-axis.
PointIncremental(...)
Signature: (data:IObservable<'?40973 * '?40974> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option * MarkerColor:Color option * MarkerSize:int option) -> GenericChart
Type parameters: '?40973, '?40974
The color for the data.The title of the X-axis.The title of the Y-axis.
Polar(...)
Signature: (data:IObservable<'?40980> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> PolarChart
Type parameters: '?40980, '?40981, '?40982
The color for the data.The title of the X-axis.The title of the Y-axis.
Pyramid(...)
Signature: (data:IObservable<'?40984> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> PyramidChart
Type parameters: '?40984, '?40985, '?40986
The color for the data.The title of the X-axis.The title of the Y-axis.
Radar(...)
Signature: (data:IObservable<'?40988> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> RadarChart
Type parameters: '?40988, '?40989, '?40990
The color for the data.The title of the X-axis.The title of the Y-axis.
Range(...)
Signature: (data:IObservable<'?40992> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?40992, '?40993, '?40994
The color for the data.The title of the X-axis.The title of the Y-axis.
RangeBar(...)
Signature: (data:IObservable<'?40996> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?40996, '?40997, '?40998
The color for the data.The title of the X-axis.The title of the Y-axis.
RangeColumn(...)
Signature: (data:IObservable<'?41000> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?41000, '?41001, '?41002
The color for the data.The title of the X-axis.The title of the Y-axis.
Renko(...)
Signature: (data:IObservable<'?41004> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> RenkoChart
Type parameters: '?41004, '?41005, '?41006
The color for the data.The title of the X-axis.The title of the Y-axis.
Spline(...)
Signature: (data:IObservable<'?41008> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?41008, '?41009, '?41010
The color for the data.The title of the X-axis.The title of the Y-axis.
SplineArea(...)
Signature: (data:IObservable<'?41012> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?41012, '?41013, '?41014
The color for the data.The title of the X-axis.The title of the Y-axis.
SplineRange(...)
Signature: (data:IObservable<'?41016> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?41016, '?41017, '?41018
The color for the data.The title of the X-axis.The title of the Y-axis.
StackedArea(...)
Signature: (data:IObservable<'?41020> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?41020, '?41021, '?41022, '?41023
The color for the data.The title of the X-axis.The title of the Y-axis.
StepLine(...)
Signature: (data:IObservable<'?41025> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> GenericChart
Type parameters: '?41025, '?41026, '?41027
The color for the data.The title of the X-axis.The title of the Y-axis.
Stock(...)
Signature: (data:IObservable<'?41036> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> StockChart
Type parameters: '?41036, '?41037, '?41038, '?41039, '?41040
The color for the data.The title of the X-axis.The title of the Y-axis.
Stock(...)
Signature: (data:IObservable<'?41029> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> StockChart
Type parameters: '?41029, '?41030, '?41031, '?41032, '?41033, '?41034
The color for the data.The title of the X-axis.The title of the Y-axis.
ThreeLineBreak(...)
Signature: (data:IObservable<'?41042> * Name:string option * Title:string option * Color:Color option * XTitle:string option * YTitle:string option) -> ThreeLineBreakChart
Type parameters: '?41042, '?41043, '?41044
The color for the data.The title of the X-axis.The title of the Y-axis.
Fork me on GitHub