Skip to content

Commit

Permalink
Fixed summary
Browse files Browse the repository at this point in the history
  • Loading branch information
falleretic committed Mar 12, 2024
1 parent c775d1f commit 4340a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExCharts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ public void RemoveSpecificChartSeries()
//ExStart
//ExFor:ChartSeries.SeriesType
//ExFor:ChartSeriesType
//ExSummary:Shows how to
//ExSummary:Shows how to remove specific chart serie.
Document doc = new Document(MyDir + "Reporting engine template - Chart series.docx");
Chart chart = ((Shape)doc.GetChild(NodeType.Shape, 0, true)).Chart;

Expand Down

0 comments on commit 4340a6f

Please sign in to comment.