Skip to content
Merged
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
1 change: 1 addition & 0 deletions File-Formats/DocIO/word-to-pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2549,3 +2549,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
* [How to add signature field in the PDF converted from Word](https://support.syncfusion.com/kb/article/11438/how-to-add-signature-field-in-the-pdf-converted-from-word)
* [How to convert Word to PDF in Blazor WebAssembly (WASM)?](https://support.syncfusion.com/kb/article/12239/how-to-convert-word-to-pdf-in-blazor-webassembly-wasm)
* [How to perform Word to PDF conversion in WinForms ?](https://support.syncfusion.com/kb/article/8848/how-to-perform-word-to-pdf-conversion-in-winforms-?isInternalRefresh=False)
* [How to preserve track changes markup in Word to PDF conversion](https://support.syncfusion.com/kb/article/14997/how-to-preserve-simple-markup-all-markup-and-no-markup-of-track-changes-during-word-to-pdf-conversion)
6 changes: 5 additions & 1 deletion File-Formats/Presentation/Charts/Chart-Data-Labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,8 @@ chart.Series(0).DataPoints(0).DataLabels.Layout.ManualLayout.Left = 3
chart.Series(0).DataPoints(0).DataLabels.Layout.ManualLayout.Top = 3

{% endhighlight %}
{% endtabs %}
{% endtabs %}

## See Also

* [How to change text of data labels for Chart in Presentation](https://support.syncfusion.com/kb/article/13828/how-to-change-the-text-in-data-labels-inside-a-chart-in-presentation-using-c-in-aspnet-core)
4 changes: 4 additions & 0 deletions File-Formats/Presentation/Charts/Chart-Legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,3 +465,7 @@ End Using
{% endtabs %}

You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Charts/Format-Legend/.NET).

## See Also

* [How to remove legend for Chart in Presentation](https://support.syncfusion.com/kb/article/13832/how-to-remove-legend-of-chart-in-powerpoint-using-c-in-aspnet-core)