Skip to content

Commit 85af727

Browse files
committed
V1.2.0 Released
1 parent 80655a9 commit 85af727

File tree

70 files changed

+1053
-525
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1053
-525
lines changed
5.43 KB
Binary file not shown.
13 KB
Binary file not shown.

Examples/Samples/Chart/ChartSample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public static void PieChart()
159159
c.AddSeries( s1 );
160160

161161
// Insert chart into document
162-
document.InsertParagraph( "Expenses(M$) for selected categories of Canada" ).FontSize( 15 ).SpacingAfter( 10d );
162+
document.InsertParagraph( "Expenses(M$) for selected categories in Canada" ).FontSize( 15 ).SpacingAfter( 10d );
163163
document.InsertChart( c );
164164

165165
document.Save();
@@ -195,7 +195,7 @@ public static void Chart3D()
195195
c.AddSeries( s1 );
196196

197197
// Insert chart into document
198-
document.InsertParagraph( "Expenses(M$) for selected categories of Brazil" ).FontSize( 15 ).SpacingAfter( 10d );
198+
document.InsertParagraph( "Expenses(M$) for selected categories in Brazil" ).FontSize( 15 ).SpacingAfter( 10d );
199199
document.InsertChart( c );
200200

201201
document.Save();
6.54 KB
Binary file not shown.
6.67 KB
Binary file not shown.
6.59 KB
Binary file not shown.
6.23 KB
Binary file not shown.
6.12 KB
Binary file not shown.
11.3 KB
Binary file not shown.
22.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)