Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions File-Formats/Presentation/Working-with-Charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ documentation: UG
---
# Working with charts using various operations

To quickly start creating a chart in a PowerPoint Presentation using .NET PowerPoint libray, please check out this video:
{% youtube "https://www.youtube.com/watch?v=z2yD83HWIrQ" %}

## Creating a Chart from scratch

An instance of [IOfficeChart](https://help.syncfusion.com/cr/file-formats/Syncfusion.OfficeChart.IOfficeChart.html) can be used to create or modify the charts in PowerPoint Presentation. The following code example demonstrates how to create a simple chart by adding data from scratch.
Expand Down