Angara.Chart


Chart

Namespace: Angara.Charting

Defines a chart as a collection plot definitions.

Record Fields

Record FieldDescription
Layout
Signature: ChartLayout
Plots
Signature: PlotInfo list
XAxis
Signature: Axis
YAxis
Signature: Axis

Static members

Static memberDescription
ofList(plots)
Signature: (plots:PlotInfo list) -> Chart
setLayout(layout chart)
Signature: layout:ChartLayout -> chart:Chart -> Chart
setXAxis(axis chart)
Signature: axis:Axis -> chart:Chart -> Chart
setYAxis(axis chart)
Signature: axis:Axis -> chart:Chart -> Chart
Fork me on GitHub