Histogram(...)
Signature: (data:seq<float> * title:string option * lineColor:Color option * weight:int option * fill:FillStyle option) -> Series
|
Creates a histogram data series for a plot
|
Impulses(data, title, lineColor, weight)
Signature: (data:seq<DateTime * float> * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates an impulse data series for a plot of DateTime and y values
|
Impulses(data, title, lineColor, weight)
Signature: (data:string * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates an impulse data series for a function
|
Impulses(data, title, lineColor, weight)
Signature: (data:seq<float * float> * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates an impulse data series for a plot of xy values
|
Impulses(data, title, lineColor, weight)
Signature: (data:seq<float> * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates an impulse data series for a plot of y values
|
Lines(data, title, lineColor, weight)
Signature: (data:seq<DateTime * float> * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates a line data series for a plot of DateTime and y values.
|
Lines(data, title, lineColor, weight)
Signature: (data:string * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates a line data series for a function
|
Lines(data, title, lineColor, weight)
Signature: (data:seq<float * float> * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates a line data series for a plot of xy values
|
Lines(data, title, lineColor, weight)
Signature: (data:seq<float> * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates a line data series for a plot of y values
|
Points(data, title, lineColor, weight)
Signature: (data:seq<DateTime * float> * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates a points data series for a plot of DateTime and y values
|
Points(data, title, lineColor, weight)
Signature: (data:string * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates a points data series for a function
|
Points(data, title, lineColor, weight)
Signature: (data:seq<float * float> * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates a points data series for a plot of xy values
|
Points(data, title, lineColor, weight)
Signature: (data:seq<float> * title:string option * lineColor:Color option * weight:int option) -> Series
|
Creates a points data series for a plot of y values
|