From 4340a6f70ef5d4a7a09614df7f01de4c4002d073 Mon Sep 17 00:00:00 2001 From: vderyushev Date: Tue, 12 Mar 2024 09:42:45 +0300 Subject: [PATCH] Fixed summary --- Examples/ApiExamples/ApiExamples/ExCharts.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/ApiExamples/ApiExamples/ExCharts.cs b/Examples/ApiExamples/ApiExamples/ExCharts.cs index f9027d47..3b8197f4 100644 --- a/Examples/ApiExamples/ApiExamples/ExCharts.cs +++ b/Examples/ApiExamples/ApiExamples/ExCharts.cs @@ -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;