-
Notifications
You must be signed in to change notification settings - Fork 277
Chart samples
Mats Alm edited this page Nov 7, 2023
·
5 revisions
The following samples demonstrates how to add various types of charts to a workbook with EPPlus.
Sample | C# | VB.NET |
---|---|---|
Box Whisker Histogram | BoxWhiskerHistogramChartSample.cs | BoxWhiskerHistogramChartSample.vb |
Chart template | ChartTemplateSample.cs | ChartTemplateSample.vb |
Bubble chart | ChartWorksheetSample.cs | ChartWorksheetSample.vb |
Charts and themes | ChartsAndThemesSample.cs | ChartsAndThemesSample.vb |
Column chart with legend | ColumnChartsWithLegendSample.cs | ColumnChartsWithLegendSample.vb |
Funnel chart | FunnelChartSample.cs | FunnelChartSample.vb |
Line chart | LineChartsSample.cs | LineChartsSample.vb |
Radar chart | RadarChartSample.cs | RadarChartSample.vb |
Region map | RegionMapChartSample.cs | RegionMapChartSample.vb |
Scatter chart | ScatterChartSample.cs | ScatterChartSample.vb |
Stock chart | StockChartSample.cs | StockChartSample.vb |
Sunburst and treemap | SunburstAndTreemapChartSample.cs | SunburstAndTreemapChartSample.vb |
Three dimensional charts | ThreeDimensionalCharts.cs | ThreeDimensionalCharts.vb |
Waterfall chart | WaterfallChartSample.cs | WaterfallChartSample.vb |
EPPlus Software AB - https://epplussoftware.com
- What is new in EPPlus 5+
- Breaking Changes in EPPlus 5
- Breaking Changes in EPPlus 6
- Breaking Changes in EPPlus 7
- Addressing a worksheet
- Dimension/Used range
- Copying ranges/sheets
- Insert/Delete
- Filling ranges
- Sorting ranges
- Taking and skipping columns/rows
- Data validation
- Comments
- Freeze and Split Panes
- Header and Footer
- Autofit columns
- Grouping and Ungrouping Rows and Columns
- Formatting and styling
- Conditional formatting
- Using Themes
- Working with custom named table- or slicer- styles