FSharp.Charting: Documentation
Getting Started:
- Referencing the Library - shows how to reference the library
Basic Chart Types:
- Line And Point Charts - shows how to create Point and Line charts
- Bar and Column Charts - shows how to create Bar and Column charts
- Pie and Doughnut Charts - shows how to create Pie and Doughnut charts
- Stock and Candlestick Charts - shows how to create common charts for financial data
- BoxPlot Charts - shows how to create BoxPlot charts for statistical summaries of data
Animated Live Charts (based on IObservable
and IEvent
data):
- Live Charts - shows how to create animated LiveCharts
Using charts in applications:
- Using Charts in WPF Applications - shows how to use charts in a WPF application
Further Samples:
- Further Samples - additional samples
The following methods are available on chart objects:
CopyAsBitmap
CopyChartToClipboard
CopyChartToClipboardEmf
SaveChartAs
ShowChart
The following methods are used to style chart objects:
With3D
WithDataPointLabels
WithLegend
WithStyling
WithTitle
WithXAxis
WithYAxis
ApplyToChart
Please contribute more documentation on the following topics:
- Combining charts using
Chart.Combine
,Chart.Rows
andChart.Columns
- More details on LiveCharts and creating active data for live charts
- Images for all charts in the samples
- Setting the chart and axis titles
- Specifying labels
- Specifying chart colors
- Specifying more complex properties of charts
Related projects
FSChart and FSharpChart were previous names for this library.