Skip to content

SLIDESDOC-423: Added slideshow and animation, charts, and related pages #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
87 changes: 87 additions & 0 deletions slides/en/net/chart/add-series/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
---
title: Add Series in C#
url: /net/conversion/add-series/
keywords: Add series, data series, chart, PowerPoint, C# API, .NET Library
description: Add series in C#. Use .NET library API to add series
---

{{< blocks/products/pf/main-wrap-class isAutogenPage="true" >}}
{{< blocks/products/pf/feature-page-wrap >}}

{{< blocks/products/pf/feature-page-header h1="Add Series in C#" h2="Powerful cross-platform .NET API for adding data series using C# code on NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms" >}}

{{% blocks/products/pf/feature-page-section h2="Add Series using Aspose.Slides" %}}

[**Aspose.Slides for .NET**](https://products.aspose.com/slides/net/) is a powerful .NET library used to open and view, manipulate or edit presentations, create animations, import presentations from images or documents, create charts, and convert presentations to files in other formats.

{{% /blocks/products/pf/feature-page-section %}}




{{% blocks/products/pf/feature-page-section h2="Add Series in C#" %}}
Using [**Aspose.Slides for .NET**](https://products.aspose.com/slides/net/), you can add a series by running some lines of code.

{{% blocks/products/pf/agp/code-block title="C# code for creating series" offSpacer="true" %}}
```cs
xxx
```
{{% /blocks/products/pf/agp/code-block %}}

{{% /blocks/products/pf/feature-page-section %}}




{{< blocks/products/pf/feature-page-section h2="How to add series in C#" >}}


{{< blocks/products/pf/agp/steps-block-autogen name="" >}}


{{< blocks/products/pf/agp/step-autogen >}}
Install **Aspose.Slides for .NET**. See [**Installation**](https://docs.aspose.com/slides/net/installation/).
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Add the library as a reference in your project.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Instantiate a Presentation object.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Load the series data.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Save the modified presentation containing the series.
{{< /blocks/products/pf/agp/step-autogen >}}




{{< /blocks/products/pf/agp/steps-block-autogen >}}


{{< /blocks/products/pf/feature-page-section >}}





{{< blocks/products/pf/agp/other-supported-section title="Create related content" subTitle="You can create other content using your data" >}}


{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/visualize-data/" name="Visualize Data" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-infographics/" name="Create Infographics" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-timeline/" name="Create Timeline" >}}




{{< /blocks/products/pf/agp/other-supported-section >}}

{{< /blocks/products/pf/feature-page-wrap >}}
{{< /blocks/products/pf/main-wrap-class >}}
91 changes: 91 additions & 0 deletions slides/en/net/chart/create-barchart/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
---
title: Create Bar Chart in C#
url: /net/conversion/create-barchart/
keywords: Create Bar Chart, Create Bar graph, Chart, Graph, PowerPoint, C# API, .NET Library
description: Create Bar Chart in C#. Use .NET library API to create Bar Graph
---

{{< blocks/products/pf/main-wrap-class isAutogenPage="true" >}}
{{< blocks/products/pf/feature-page-wrap >}}

{{< blocks/products/pf/feature-page-header h1="Create Bar Chart in C#" h2="Powerful cross-platform .NET API for creating a bar chart based on provided data using C# code on NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms" >}}

{{% blocks/products/pf/feature-page-section h2="Create Bar Chart using Aspose.Slides" %}}

[**Aspose.Slides for .NET**](https://products.aspose.com/slides/net/) is a powerful .NET library used to open and view, manipulate or edit presentations, create animations, import presentations from images or documents, create charts, and convert presentations to files in other formats.

{{% /blocks/products/pf/feature-page-section %}}




{{% blocks/products/pf/feature-page-section h2="Create Bar Chart in C#" %}}
Using [**Aspose.Slides for .NET**](https://products.aspose.com/slides/net/), you can create a bar graph by running some lines of code.

{{% blocks/products/pf/agp/code-block title="C# code for creating bar chart" offSpacer="true" %}}
```cs
xxx
```
{{% /blocks/products/pf/agp/code-block %}}

{{% /blocks/products/pf/feature-page-section %}}




{{< blocks/products/pf/feature-page-section h2="How to create bar chart in C#" >}}


{{< blocks/products/pf/agp/steps-block-autogen name="" >}}


{{< blocks/products/pf/agp/step-autogen >}}
Install **Aspose.Slides for .NET**. See [**Installation**](https://docs.aspose.com/slides/net/installation/).
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Add the library as a reference in your project.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Instantiate a Presentation object.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Add the worksheet or data for the chart.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Save the modified presentation containing the bar chart.
{{< /blocks/products/pf/agp/step-autogen >}}




{{< /blocks/products/pf/agp/steps-block-autogen >}}


{{< /blocks/products/pf/feature-page-section >}}





{{< blocks/products/pf/agp/other-supported-section title="Create related content" subTitle="You can create other types of charts" >}}


{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-chart/" name="Create PowerPoint Chart" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-piechart/" name="Create Pie Chart" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-graph/" name="Create Graph" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-histogram/" name="Create Histogram" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-linechart/" name="Create Line Chart" >}}






{{< /blocks/products/pf/agp/other-supported-section >}}

{{< /blocks/products/pf/feature-page-wrap >}}
{{< /blocks/products/pf/main-wrap-class >}}
90 changes: 90 additions & 0 deletions slides/en/net/chart/create-chart/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
---
title: Create PowerPoint Chart in C#
url: /net/conversion/create-chart/
keywords: Create PowerPoint Chart, Chart, PowerPoint, C# API, .NET Library
description: Create PowerPoint Chart in C#. Use .NET library API to create PowerPoint Chart
---

{{< blocks/products/pf/main-wrap-class isAutogenPage="true" >}}
{{< blocks/products/pf/feature-page-wrap >}}

{{< blocks/products/pf/feature-page-header h1="Create PowerPoint Chart in C#" h2="Powerful cross-platform .NET API for creating a PowerPoint chart based on provided data using C# code on NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms" >}}

{{% blocks/products/pf/feature-page-section h2="Create PowerPoint Chart using Aspose.Slides" %}}

[**Aspose.Slides for .NET**](https://products.aspose.com/slides/net/) is a powerful .NET library used to open and view, manipulate or edit presentations, create animations, import presentations from images or documents, create charts, and convert presentations to files in other formats.

{{% /blocks/products/pf/feature-page-section %}}




{{% blocks/products/pf/feature-page-section h2="Create PowerPoint Chart in C#" %}}
Using [**Aspose.Slides for .NET**](https://products.aspose.com/slides/net/), you can create a PowerPoint chart by running some lines of code.

{{% blocks/products/pf/agp/code-block title="C# code for creating PowerPoint Chart" offSpacer="true" %}}
```cs
xxx
```
{{% /blocks/products/pf/agp/code-block %}}

{{% /blocks/products/pf/feature-page-section %}}




{{< blocks/products/pf/feature-page-section h2="How to create PowerPoint Chart in C#" >}}


{{< blocks/products/pf/agp/steps-block-autogen name="" >}}


{{< blocks/products/pf/agp/step-autogen >}}
Install **Aspose.Slides for .NET**. See [**Installation**](https://docs.aspose.com/slides/net/installation/).
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Add the library as a reference in your project.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Instantiate a Presentation object.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Add the worksheet or data for the chart.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Save the modified presentation containing the chart.
{{< /blocks/products/pf/agp/step-autogen >}}




{{< /blocks/products/pf/agp/steps-block-autogen >}}


{{< /blocks/products/pf/feature-page-section >}}





{{< blocks/products/pf/agp/other-supported-section title="Create related content" subTitle="You can create other types of charts" >}}


{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-piechart/" name="Create Pie Chart" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-barchart/" name="Create Bar Chart" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-graph/" name="Create Graph" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-histogram/" name="Create Histogram" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-linechart/" name="Create Line Chart" >}}





{{< /blocks/products/pf/agp/other-supported-section >}}

{{< /blocks/products/pf/feature-page-wrap >}}
{{< /blocks/products/pf/main-wrap-class >}}
90 changes: 90 additions & 0 deletions slides/en/net/chart/create-graph/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
---
title: Create Graph from Data in C#
url: /net/conversion/create-barchart/
keywords: Create Graph, Chart, Graph, PowerPoint, C# API, .NET Library
description: Create Graph in C#. Use .NET library API to create graph
---

{{< blocks/products/pf/main-wrap-class isAutogenPage="true" >}}
{{< blocks/products/pf/feature-page-wrap >}}

{{< blocks/products/pf/feature-page-header h1="Create Graph in C#" h2="Powerful cross-platform .NET API for creating a graph based on provided data using C# code on NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms" >}}

{{% blocks/products/pf/feature-page-section h2="Create graph from data using Aspose.Slides" %}}

[**Aspose.Slides for .NET**](https://products.aspose.com/slides/net/) is a powerful .NET library used to open and view, manipulate or edit presentations, create animations, import presentations from images or documents, create charts, and convert presentations to files in other formats.

{{% /blocks/products/pf/feature-page-section %}}




{{% blocks/products/pf/feature-page-section h2="Create Graph in C#" %}}
Using [**Aspose.Slides for .NET**](https://products.aspose.com/slides/net/), you can create a graph by running some lines of code.

{{% blocks/products/pf/agp/code-block title="C# code for creating graph" offSpacer="true" %}}
```cs
xxx
```
{{% /blocks/products/pf/agp/code-block %}}

{{% /blocks/products/pf/feature-page-section %}}




{{< blocks/products/pf/feature-page-section h2="How to create graph in C#" >}}


{{< blocks/products/pf/agp/steps-block-autogen name="" >}}


{{< blocks/products/pf/agp/step-autogen >}}
Install **Aspose.Slides for .NET**. See [**Installation**](https://docs.aspose.com/slides/net/installation/).
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Add the library as a reference in your project.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Instantiate a Presentation object.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Add the worksheet or data for the graph.
{{< /blocks/products/pf/agp/step-autogen >}}

{{< blocks/products/pf/agp/step-autogen >}}
Save the modified presentation containing the graph.
{{< /blocks/products/pf/agp/step-autogen >}}




{{< /blocks/products/pf/agp/steps-block-autogen >}}


{{< /blocks/products/pf/feature-page-section >}}





{{< blocks/products/pf/agp/other-supported-section title="Create related content" subTitle="You can create other types of charts" >}}

{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-chart/" name="Create PowerPoint Chart" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-piechart/" name="Create Pie Chart" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-barchart/" name="Create Bar Chart" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-histogram/" name="Create Histogram" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/slides/net/conversion/create-linechart/" name="Create Line Chart" >}}






{{< /blocks/products/pf/agp/other-supported-section >}}

{{< /blocks/products/pf/feature-page-wrap >}}
{{< /blocks/products/pf/main-wrap-class >}}
Loading