Skip to content

Commit 965415a

Browse files
Merge pull request #1025 from syncfusion-content/Update_TradeMarkSymbol_Xamarin
Update the Trademark Symbol for Xamarin Charts and Range Navigator UG
2 parents 28a9dbe + 2abf6d2 commit 965415a

35 files changed

+47
-47
lines changed

Xamarin/Charts/Getting-Started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Getting Started with Xamarin Charts Control | Syncfusion
4-
description: Learn here all about getting started with Syncfusion Xamarin Charts control, its elements and more details.
4+
description: Learn here all about getting started with Syncfusion® Xamarin Charts control, its elements and more details.
55
platform: xamarin
66
control: Chart
77
documentation: ug
@@ -30,7 +30,7 @@ You can add SfChart reference using one of the following methods:
3030

3131
**Method 1: Adding SfChart reference from nuget.org**
3232

33-
Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add chart to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfChart](https://www.nuget.org/packages/Syncfusion.Xamarin.SfChart/), and then install it.
33+
Syncfusion® Xamarin components are available in [nuget.org](https://www.nuget.org/). To add chart to your project, open the NuGet package manager in Visual Studio, search for [Syncfusion.Xamarin.SfChart](https://www.nuget.org/packages/Syncfusion.Xamarin.SfChart/), and then install it.
3434

3535
![Adding Xamarin.Forms Chart reference](Getting-Started_images/img3.png)
3636

@@ -40,7 +40,7 @@ N>
4040

4141
**Method 2: Adding SfChart reference from toolbox**
4242

43-
Syncfusion provides Xamarin Toolbox. Using this toolbox, you can drag the SfChart control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).
43+
Syncfusion® provides Xamarin Toolbox. Using this toolbox, you can drag the SfChart control to the XAML page. It will automatically install the required NuGet packages and add the namespace to the page. To install Syncfusion® Xamarin Toolbox, refer to [Toolbox](https://help.syncfusion.com/xamarin/utility#toolbox).
4444

4545
**Method 3: Adding SfChart assemblies manually from the installed location**
4646

@@ -125,7 +125,7 @@ Syncfusion.Licensing.dll<br/>
125125

126126
N> To know more about obtaining our components, refer to these links for [Mac](https://help.syncfusion.com/xamarin/installation/mac-installer/how-to-download) and [Windows](https://help.syncfusion.com/xamarin/installation/offline-installer/how-to-download).
127127

128-
I> Starting with v16.2.0.x, if you reference Syncfusion assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion license key in your Xamarin application to use our components.
128+
I> Starting with v16.2.0.x, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [Syncfusion® license key](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in your Xamarin application to use our components.
129129

130130
## Launching the application on each platform with chart
131131

Xamarin/Charts/Localization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Localization in Xamarin Charts control | Syncfusion
4-
description: Learn here all about Localization support in Syncfusion Xamarin Charts (SfChart) control, its elements and more.
4+
description: Learn here all about Localization support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more.
55
platform: xamarin
66
control: SfChart
77
documentation: ug
@@ -11,11 +11,11 @@ documentation: ug
1111

1212
You can localize [`SfChart`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfChart.XForms.SfChart.html) in all the platforms by adding a .resx file in a .NET Standard project alone. The following steps describe how to localize SfChart in a project and you can download the complete sample from this [`link`](https://github.com/SyncfusionExamples/how-to-localize-the-labels-in-xamarin-forms-sfchart).
1313

14-
N> Here, the resources have been already created for some cultures and shared them on [`Syncfusion GitHub`](https://github.com/syncfusion/xamarin-localized-texts) for your convenience.
14+
N> Here, the resources have been already created for some cultures and shared them on [`Syncfusion® GitHub`](https://github.com/syncfusion/xamarin-localized-texts) for your convenience.
1515

1616
* Add a new folder in the .NET Standard project named Resources.
1717

18-
* Add resource files for the languages you wish to support, and set their Build Action to EmbeddedResource. The name of the resource file should be $name of the Syncfusion component$+$language code$+.resx. For example, if you add a resource file for the French culture, add the Syncfusion.SfChart.XForms.fr-FR.resx file to Resources folder as illustrated in the following screenshot.
18+
* Add resource files for the languages you wish to support, and set their Build Action to EmbeddedResource. The name of the resource file should be $name of the Syncfusion® component$+$language code$+.resx. For example, if you add a resource file for the French culture, add the Syncfusion.SfChart.XForms.fr-FR.resx file to Resources folder as illustrated in the following screenshot.
1919

2020
![Localization support in Xamarin.Forms Chart](localization_images/LocalizationResource.png)
2121

Xamarin/Charts/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
33
title: About Xamarin Charts control | Syncfusion
4-
description: Learn here all about introduction of Syncfusion Xamarin Charts (SfChart) control, its elements and more.
4+
description: Learn here all about introduction of Syncfusion® Xamarin Charts (SfChart) control, its elements and more.
55
platform: xamarin
66
control: Chart
77
documentation: ug
88
---
99

1010
# Xamarin Charts (SfChart) Overview
1111

12-
Essential Chart for Xamarin.Forms provide a perfect way to visualize data with a high level of user interactivity that focuses on development, productivity and simplicity of use. Essential Chart also provides a wide variety of charting features that are used to visualize large quantities of data, flexible data binding and user customization.
12+
Essential® Chart for Xamarin.Forms provide a perfect way to visualize data with a high level of user interactivity that focuses on development, productivity and simplicity of use. Essential® Chart also provides a wide variety of charting features that are used to visualize large quantities of data, flexible data binding and user customization.
1313

1414
![Overview of Xamarin.Forms Chart](Overview_images/img1.png)
1515

Xamarin/Charts/Trendlines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Trendlines in Xamarin Charts control | Syncfusion
4-
description: Learn here all about Trendlines support in Syncfusion Xamarin Charts (SfChart) control, its elements and more.
4+
description: Learn here all about Trendlines support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more.
55
platform: xamarin
66
control: Chart
77
documentation: ug

Xamarin/Charts/appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Appearance in Xamarin Charts control | Syncfusion
4-
description: Learn here all about Appearance support in Syncfusion Xamarin Charts (SfChart) control, its elements and more.
4+
description: Learn here all about Appearance support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more.
55
platform: xamarin
66
control: Chart
77
documentation: ug

Xamarin/Charts/axis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Axis in Xamarin Charts control | Syncfusion
4-
description: Learn here all about Axis support in Syncfusion Xamarin Charts (SfChart) control, its elements and more.
4+
description: Learn here all about Axis support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more.
55
platform: xamarin
66
control: Chart
77
documentation: ug
@@ -543,7 +543,7 @@ chart.PrimaryAxis = new DateTimeAxis() {
543543

544544
Date time intervals can be customized using [`Interval`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfChart.XForms.DateTimeAxis.html#Syncfusion_SfChart_XForms_DateTimeAxis_Interval) and [`IntervalType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfChart.XForms.DateTimeAxis.html#Syncfusion_SfChart_XForms_DateTimeAxis_IntervalType) properties of the [`DateTimeAxis`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfChart.XForms.DateTimeAxis.html). For example, setting [`Interval`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfChart.XForms.DateTimeAxis.html#Syncfusion_SfChart_XForms_DateTimeAxis_Interval) as 2 and [`IntervalType`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfChart.XForms.DateTimeAxis.html#Syncfusion_SfChart_XForms_DateTimeAxis_IntervalType) as [`Years`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfChart.XForms.DateTimeIntervalType.html#Syncfusion_SfChart_XForms_DateTimeIntervalType_Years) will consider 2 years as interval.
545545

546-
Essential Chart supports the following types of interval for date time axis
546+
Essential® Chart supports the following types of interval for date time axis
547547

548548
* Years
549549
* Months

Xamarin/Charts/chartannotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Annotations in Xamarin Charts control | Syncfusion
4-
description: Learn here all about Annotations support in Syncfusion Xamarin Charts (SfChart) control, its elements and more.
4+
description: Learn here all about Annotations support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more.
55
platform: xamarin
66
control: Chart
77
documentation: ug

Xamarin/Charts/chartseries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Chart Series in Xamarin Charts control | Syncfusion
4-
description: Learn here all about Chart Series support in Syncfusion Xamarin Charts (SfChart) control, its elements and more.
4+
description: Learn here all about Chart Series support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more.
55
platform: xamarin
66
control: Chart
77
documentation: ug

Xamarin/Charts/charttitle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Chart Title in Xamarin Charts control | Syncfusion
4-
description: Learn here all about Chart Title support in Syncfusion Xamarin Charts (SfChart) control, its elements and more.
4+
description: Learn here all about Chart Title support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more.
55
platform: xamarin
66
control: Chart
77
documentation: ug

Xamarin/Charts/charttypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Chart Types in Xamarin Charts control | Syncfusion
4-
description: Learn here all about Chart Types support in Syncfusion Xamarin Charts (SfChart) control, its elements and more.
4+
description: Learn here all about Chart Types support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more.
55
platform: xamarin
66
control: Chart
77
documentation: ug

0 commit comments

Comments
 (0)