diff --git a/Xamarin/Charts/Getting-Started.md b/Xamarin/Charts/Getting-Started.md index 25eaa1727..0c71cdb23 100644 --- a/Xamarin/Charts/Getting-Started.md +++ b/Xamarin/Charts/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post title: Getting Started with Xamarin Charts Control | Syncfusion -description: Learn here all about getting started with Syncfusion Xamarin Charts control, its elements and more details. +description: Learn here all about getting started with Syncfusion® Xamarin Charts control, its elements and more details. platform: xamarin control: Chart documentation: ug @@ -30,7 +30,7 @@ You can add SfChart reference using one of the following methods: **Method 1: Adding SfChart reference from nuget.org** -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. +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. ![Adding Xamarin.Forms Chart reference](Getting-Started_images/img3.png) @@ -40,7 +40,7 @@ N> **Method 2: Adding SfChart reference from toolbox** -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). +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). **Method 3: Adding SfChart assemblies manually from the installed location** @@ -125,7 +125,7 @@ Syncfusion.Licensing.dll
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). -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. +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. ## Launching the application on each platform with chart diff --git a/Xamarin/Charts/Localization.md b/Xamarin/Charts/Localization.md index e28075363..e789e5dfb 100644 --- a/Xamarin/Charts/Localization.md +++ b/Xamarin/Charts/Localization.md @@ -1,7 +1,7 @@ --- layout: post title: Localization in Xamarin Charts control | Syncfusion -description: Learn here all about Localization support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Localization support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: SfChart documentation: ug @@ -11,11 +11,11 @@ documentation: ug 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). -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. +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. * Add a new folder in the .NET Standard project named Resources. -* 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. +* 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. ![Localization support in Xamarin.Forms Chart](localization_images/LocalizationResource.png) diff --git a/Xamarin/Charts/Overview.md b/Xamarin/Charts/Overview.md index 49b62063a..8dd72035a 100644 --- a/Xamarin/Charts/Overview.md +++ b/Xamarin/Charts/Overview.md @@ -1,7 +1,7 @@ --- layout: post title: About Xamarin Charts control | Syncfusion -description: Learn here all about introduction of Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about introduction of Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug @@ -9,7 +9,7 @@ documentation: ug # Xamarin Charts (SfChart) Overview -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. +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. ![Overview of Xamarin.Forms Chart](Overview_images/img1.png) diff --git a/Xamarin/Charts/Trendlines.md b/Xamarin/Charts/Trendlines.md index 1c8c037eb..0cd763904 100644 --- a/Xamarin/Charts/Trendlines.md +++ b/Xamarin/Charts/Trendlines.md @@ -1,7 +1,7 @@ --- layout: post title: Trendlines in Xamarin Charts control | Syncfusion -description: Learn here all about Trendlines support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Trendlines support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/appearance.md b/Xamarin/Charts/appearance.md index 257a90cb8..e0311de49 100644 --- a/Xamarin/Charts/appearance.md +++ b/Xamarin/Charts/appearance.md @@ -1,7 +1,7 @@ --- layout: post title: Appearance in Xamarin Charts control | Syncfusion -description: Learn here all about Appearance support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Appearance support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/axis.md b/Xamarin/Charts/axis.md index fbb17444e..3abdf819a 100644 --- a/Xamarin/Charts/axis.md +++ b/Xamarin/Charts/axis.md @@ -1,7 +1,7 @@ --- layout: post title: Axis in Xamarin Charts control | Syncfusion -description: Learn here all about Axis support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Axis support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug @@ -543,7 +543,7 @@ chart.PrimaryAxis = new DateTimeAxis() { 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. -Essential Chart supports the following types of interval for date time axis +Essential® Chart supports the following types of interval for date time axis * Years * Months diff --git a/Xamarin/Charts/chartannotation.md b/Xamarin/Charts/chartannotation.md index 650cbfac5..500aac32b 100644 --- a/Xamarin/Charts/chartannotation.md +++ b/Xamarin/Charts/chartannotation.md @@ -1,7 +1,7 @@ --- layout: post title: Annotations in Xamarin Charts control | Syncfusion -description: Learn here all about Annotations support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Annotations support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/chartseries.md b/Xamarin/Charts/chartseries.md index 3ec470060..34e985a53 100644 --- a/Xamarin/Charts/chartseries.md +++ b/Xamarin/Charts/chartseries.md @@ -1,7 +1,7 @@ --- layout: post title: Chart Series in Xamarin Charts control | Syncfusion -description: Learn here all about Chart Series support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Chart Series support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/charttitle.md b/Xamarin/Charts/charttitle.md index 8430c11bf..628645790 100644 --- a/Xamarin/Charts/charttitle.md +++ b/Xamarin/Charts/charttitle.md @@ -1,7 +1,7 @@ --- layout: post title: Chart Title in Xamarin Charts control | Syncfusion -description: Learn here all about Chart Title support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Chart Title support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/charttypes.md b/Xamarin/Charts/charttypes.md index 18569000e..ad2d26d5b 100644 --- a/Xamarin/Charts/charttypes.md +++ b/Xamarin/Charts/charttypes.md @@ -1,7 +1,7 @@ --- layout: post title: Chart Types in Xamarin Charts control | Syncfusion -description: Learn here all about Chart Types support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Chart Types support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/datamarker.md b/Xamarin/Charts/datamarker.md index 62b94c4af..99476282c 100644 --- a/Xamarin/Charts/datamarker.md +++ b/Xamarin/Charts/datamarker.md @@ -1,7 +1,7 @@ --- layout: post title: Data Markers in Xamarin Charts control | Syncfusion -description: Learn here all about Data Markers support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Data Markers support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/export.md b/Xamarin/Charts/export.md index 710d44d81..4bb45a6a7 100644 --- a/Xamarin/Charts/export.md +++ b/Xamarin/Charts/export.md @@ -1,7 +1,7 @@ --- layout: post title: Exporting in Xamarin Charts control | Syncfusion -description: Learn here all about Exporting support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Exporting support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart diff --git a/Xamarin/Charts/how-to/Adding-custom-labels-to-SfChart-axis.md b/Xamarin/Charts/how-to/Adding-custom-labels-to-SfChart-axis.md index cae0b0341..79be5b1d1 100644 --- a/Xamarin/Charts/how-to/Adding-custom-labels-to-SfChart-axis.md +++ b/Xamarin/Charts/how-to/Adding-custom-labels-to-SfChart-axis.md @@ -1,7 +1,7 @@ --- layout: post title: Adding custom labels to SfChart axis | Syncfusion -description: Add, remove or modify the labels of SfChart axis +description: This section explains how to customize axis labels in Xamarin.Forms SfChart by adding, removing, or modifying them using the VisibleLabels property. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/how-to/Customize-the-SfChart-padding.md b/Xamarin/Charts/how-to/Customize-the-SfChart-padding.md index 583f1c3af..81a59708e 100644 --- a/Xamarin/Charts/how-to/Customize-the-SfChart-padding.md +++ b/Xamarin/Charts/how-to/Customize-the-SfChart-padding.md @@ -1,7 +1,7 @@ --- layout: post title: Customize the Syncfusion SfChart padding -description: This section describes how to customize the Xamarin.Forms Syncfusion SfChart by applying padding to avoid crossing of axis labels. +description: This section describes how to customize the Xamarin.Forms Syncfusion® SfChart by applying padding to avoid crossing of axis labels. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/how-to/Get-the-data-point-collection-based-on-region.md b/Xamarin/Charts/how-to/Get-the-data-point-collection-based-on-region.md index 495e90a8f..4092fc298 100644 --- a/Xamarin/Charts/how-to/Get-the-data-point-collection-based-on-region.md +++ b/Xamarin/Charts/how-to/Get-the-data-point-collection-based-on-region.md @@ -1,7 +1,7 @@ --- layout: post title: Get the data point collection based on region in Syncfusion SfChart -description: Get the data point collection based on region in SfChart +description: This section explains how to retrieve data point collections for specific regions in Xamarin.Forms SfChart using the GetDataPoints method in CartesianSeries. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/how-to/Get-the-touch-position-in-chart.md b/Xamarin/Charts/how-to/Get-the-touch-position-in-chart.md index 32a6d0d55..bef5deb48 100644 --- a/Xamarin/Charts/how-to/Get-the-touch-position-in-chart.md +++ b/Xamarin/Charts/how-to/Get-the-touch-position-in-chart.md @@ -1,7 +1,7 @@ --- layout: post title: Get the touch position in Syncfusion SfChart -description: Get the touch position in SfChart +description: This section explains how to get the touch position in Xamarin.Forms SfChart by managing touch interactions with ChartBehavior methods. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/how-to/Transform-axis-value-to-pixel-value-and-vice-versa.md b/Xamarin/Charts/how-to/Transform-axis-value-to-pixel-value-and-vice-versa.md index 827e1c3b9..a34c9af10 100644 --- a/Xamarin/Charts/how-to/Transform-axis-value-to-pixel-value-and-vice-versa.md +++ b/Xamarin/Charts/how-to/Transform-axis-value-to-pixel-value-and-vice-versa.md @@ -1,7 +1,7 @@ --- layout: post title: Transform axis value to pixel value and vice-versa | Syncfusion -description: Transform axis value to pixel value and vice-versa in SfChart +description: This section explains how to transform axis values to pixel values and vice-versa in Xamarin.Forms SfChart using the ValueToPoint and PointToValue methods. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/legend.md b/Xamarin/Charts/legend.md index 48473b8bd..0f8a70dee 100644 --- a/Xamarin/Charts/legend.md +++ b/Xamarin/Charts/legend.md @@ -1,7 +1,7 @@ --- layout: post title: Legend in Xamarin Charts control | Syncfusion -description: Learn here all about Legend support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Legend support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/performance.md b/Xamarin/Charts/performance.md index ce8af67f1..0f30e2819 100644 --- a/Xamarin/Charts/performance.md +++ b/Xamarin/Charts/performance.md @@ -1,7 +1,7 @@ --- layout: post title: Performance in Xamarin Charts control | Syncfusion -description: Learn here all about Performance support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Performance support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/selection.md b/Xamarin/Charts/selection.md index 10e716033..251f215c5 100644 --- a/Xamarin/Charts/selection.md +++ b/Xamarin/Charts/selection.md @@ -1,7 +1,7 @@ --- layout: post title: Selection in Xamarin Charts control | Syncfusion -description: Learn here all about Selection support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Selection support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/stripLines.md b/Xamarin/Charts/stripLines.md index 6ac5cbe1e..c1b61c00c 100644 --- a/Xamarin/Charts/stripLines.md +++ b/Xamarin/Charts/stripLines.md @@ -1,7 +1,7 @@ --- layout: post title: StripLines in Xamarin Charts control | Syncfusion -description: Learn here all about StripLines support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about StripLines support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/technicalindicators.md b/Xamarin/Charts/technicalindicators.md index 1b66074f9..d59416f6f 100644 --- a/Xamarin/Charts/technicalindicators.md +++ b/Xamarin/Charts/technicalindicators.md @@ -1,7 +1,7 @@ --- layout: post title: Technical Indicators in Xamarin Charts control | Syncfusion -description: Learn here all about Technical Indicators support in Syncfusion Xamarin Charts (SfChart) control and more. +description: Learn here all about Technical Indicators support in Syncfusion® Xamarin Charts (SfChart) control and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/tooltip.md b/Xamarin/Charts/tooltip.md index 4d42a7d65..54fc19b60 100644 --- a/Xamarin/Charts/tooltip.md +++ b/Xamarin/Charts/tooltip.md @@ -1,7 +1,7 @@ --- layout: post title: Tooltip in Xamarin Charts control | Syncfusion -description: Learn here all about Tooltip support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Tooltip support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/trackball.md b/Xamarin/Charts/trackball.md index c731d44bd..7b38c10b0 100644 --- a/Xamarin/Charts/trackball.md +++ b/Xamarin/Charts/trackball.md @@ -1,7 +1,7 @@ --- layout: post title: Trackball in Xamarin Charts control | Syncfusion -description: Learn here all about Trackball support in Syncfusion Xamarin Charts (SfChart) control, its elements and more. +description: Learn here all about Trackball support in Syncfusion® Xamarin Charts (SfChart) control, its elements and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/working-with-data.md b/Xamarin/Charts/working-with-data.md index 11dc525cd..4ade9f5a1 100644 --- a/Xamarin/Charts/working-with-data.md +++ b/Xamarin/Charts/working-with-data.md @@ -1,7 +1,7 @@ --- layout: post title: Populating Data in Xamarin Charts control | Syncfusion -description: Learn here all about Populating Data support in Syncfusion Xamarin Charts (SfChart) control and more. +description: Learn here all about Populating Data support in Syncfusion® Xamarin Charts (SfChart) control and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/Charts/zoompan.md b/Xamarin/Charts/zoompan.md index b8dc6af7f..23fdff13a 100644 --- a/Xamarin/Charts/zoompan.md +++ b/Xamarin/Charts/zoompan.md @@ -1,7 +1,7 @@ --- layout: post title: Zooming and Panning in Xamarin Charts control | Syncfusion -description: Learn here all about Zooming and Panning support in Syncfusion Xamarin Charts (SfChart) control and more. +description: Learn here all about Zooming and Panning support in Syncfusion® Xamarin Charts (SfChart) control and more. platform: xamarin control: Chart documentation: ug diff --git a/Xamarin/DateTime-Range-Navigator/Localization.md b/Xamarin/DateTime-Range-Navigator/Localization.md index 2bf39df69..134951ab9 100644 --- a/Xamarin/DateTime-Range-Navigator/Localization.md +++ b/Xamarin/DateTime-Range-Navigator/Localization.md @@ -1,7 +1,7 @@ --- layout: post title: Localization in Xamarin DateTime Range Navigator control | Syncfusion -description: Learn here all about Localization support in Syncfusion Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. +description: Learn here all about Localization support in Syncfusion® Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. platform: xamarin control: SfDateTimeRangeNavigator documentation: ug @@ -11,11 +11,11 @@ documentation: ug You can localize [`SfDateTimeRangeNavigator`](https://help.syncfusion.com/cr/xamarin/Syncfusion.RangeNavigator.XForms.SfDateTimeRangeNavigator.html) in all the platforms by adding a .resx file in a .NET Standard project alone. The following steps describe how to localize SfDateTimeRangeNavigator in a project. -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. +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. 1. Add a new folder in the .NET Standard project named Resources. -2. 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. +2. 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. ![Localization support in Xamarin.Forms DateTimeRangeNavigator](localization_images/LocalizationResource.png) diff --git a/Xamarin/DateTime-Range-Navigator/content.md b/Xamarin/DateTime-Range-Navigator/content.md index 34602b6f9..dd9eef858 100644 --- a/Xamarin/DateTime-Range-Navigator/content.md +++ b/Xamarin/DateTime-Range-Navigator/content.md @@ -1,7 +1,7 @@ --- layout: post title: Content in Xamarin DateTime Range Navigator control | Syncfusion -description: Learn here all about Content support in Syncfusion Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. +description: Learn here all about Content support in Syncfusion® Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. platform: xamarin control: SfDateTimeRangeNavigator documentation: ug diff --git a/Xamarin/DateTime-Range-Navigator/gridline.md b/Xamarin/DateTime-Range-Navigator/gridline.md index ecc1fa9db..693219e77 100644 --- a/Xamarin/DateTime-Range-Navigator/gridline.md +++ b/Xamarin/DateTime-Range-Navigator/gridline.md @@ -1,7 +1,7 @@ --- layout: post title: Grid Lines in Xamarin DateTime Range Navigator control | Syncfusion -description: Learn here all about Grid Lines support in Syncfusion Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. +description: Learn here all about Grid Lines support in Syncfusion® Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. platform: xamarin control: SfDateTimeRangeNavigator documentation: ug diff --git a/Xamarin/DateTime-Range-Navigator/minorandmajorscale.md b/Xamarin/DateTime-Range-Navigator/minorandmajorscale.md index b162437e6..a0885190a 100644 --- a/Xamarin/DateTime-Range-Navigator/minorandmajorscale.md +++ b/Xamarin/DateTime-Range-Navigator/minorandmajorscale.md @@ -1,7 +1,7 @@ --- layout: post title: Major and Minor scales in Xamarin DateTimeRangeNavigator | Syncfusion -description: Learn here all about Major and Minor scales support in Syncfusion Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. +description: Learn here all about Major and Minor scales support in Syncfusion® Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. platform: xamarin control: SfDateTimeRangeNavigator documentation: ug diff --git a/Xamarin/DateTime-Range-Navigator/overview.md b/Xamarin/DateTime-Range-Navigator/overview.md index fa131976f..977c7345e 100644 --- a/Xamarin/DateTime-Range-Navigator/overview.md +++ b/Xamarin/DateTime-Range-Navigator/overview.md @@ -1,7 +1,7 @@ --- layout: post title: About Xamarin DateTime Range Navigator control | Syncfusion -description: Learn here all about introduction of Syncfusion Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. +description: Learn here all about introduction of Syncfusion® Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. platform: xamarin control: SfDateTimeRangeNavigator documentation: ug diff --git a/Xamarin/DateTime-Range-Navigator/range.md b/Xamarin/DateTime-Range-Navigator/range.md index cd04a9fa1..a7a324a4f 100644 --- a/Xamarin/DateTime-Range-Navigator/range.md +++ b/Xamarin/DateTime-Range-Navigator/range.md @@ -1,7 +1,7 @@ --- layout: post title: Range in Xamarin DateTime Range Navigator control | Syncfusion -description: Learn here all about Range support in Syncfusion Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. +description: Learn here all about Range support in Syncfusion® Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. platform: xamarin control: SfDateTimeRangeNavigator documentation: ug diff --git a/Xamarin/DateTime-Range-Navigator/rangenavigator.md b/Xamarin/DateTime-Range-Navigator/rangenavigator.md index 4286fd8cb..60a56d19c 100644 --- a/Xamarin/DateTime-Range-Navigator/rangenavigator.md +++ b/Xamarin/DateTime-Range-Navigator/rangenavigator.md @@ -1,7 +1,7 @@ --- layout: post title: Getting Started in Xamarin DateTime Range Navigator | Syncfusion -description: Learn here all about Getting Started support in Syncfusion Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. +description: Learn here all about Getting Started support in Syncfusion® Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. platform: xamarin control: SfDateTimeRangeNavigator documentation: ug @@ -25,7 +25,7 @@ You can add SfDateTimeRangeNavigator reference in one of the following methods: **Method 1: Adding SfDateTimeRangeNavigator reference from nuget.org** -Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfDateTimeRangeNavigator 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. +Syncfusion® Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfDateTimeRangeNavigator 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. ![Adding Xamarin.Forms date-time range navigator reference](gettingstarted_images/img3.png) @@ -33,7 +33,7 @@ N> Install the same version of the SfChart NuGet in all the projects. **Method 2: Adding SfDateTimeRangeNavigator reference from toolbox** -Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the SfDateTimeRangeNavigator 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). +Syncfusion® also provides Xamarin Toolbox. Using this toolbox, you can drag the SfDateTimeRangeNavigator 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). **Method 3: Adding SfDateTimeRangeNavigator assemblies manually from the installed location** @@ -93,7 +93,7 @@ Syncfusion.Licensing.dll
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). -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. +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. ## Launching the application on each platform with range navigator diff --git a/Xamarin/DateTime-Range-Navigator/thumb.md b/Xamarin/DateTime-Range-Navigator/thumb.md index 012de8d5a..299e951d6 100644 --- a/Xamarin/DateTime-Range-Navigator/thumb.md +++ b/Xamarin/DateTime-Range-Navigator/thumb.md @@ -1,7 +1,7 @@ --- layout: post title: Thumb in Xamarin DateTime Range Navigator control | Syncfusion -description: Learn here all about Thumb support in Syncfusion Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. +description: Learn here all about Thumb support in Syncfusion® Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. platform: xamarin control: SfDateTimeRangeNavigator documentation: ug diff --git a/Xamarin/DateTime-Range-Navigator/tooltip.md b/Xamarin/DateTime-Range-Navigator/tooltip.md index 3711280e8..d575f6541 100644 --- a/Xamarin/DateTime-Range-Navigator/tooltip.md +++ b/Xamarin/DateTime-Range-Navigator/tooltip.md @@ -1,7 +1,7 @@ --- layout: post title: Tooltip in Xamarin DateTime Range Navigator control | Syncfusion -description: Learn here all about Tooltip support in Syncfusion Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. +description: Learn here all about Tooltip support in Syncfusion® Xamarin DateTime Range Navigator (SfDateTimeRangeNavigator) control and more. platform: xamarin control: SfDateTimeRangeNavigator documentation: ug