From c677e98d04c39ea64bd590dffb0e8841c90da40b Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Tue, 18 Apr 2023 12:56:17 +0530 Subject: [PATCH 1/2] SEO-3615-bing-issues --- xamarin-android/SfChart/how-to/Refreshing-the-chart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xamarin-android/SfChart/how-to/Refreshing-the-chart.md b/xamarin-android/SfChart/how-to/Refreshing-the-chart.md index 9365af5f3..abb867786 100644 --- a/xamarin-android/SfChart/how-to/Refreshing-the-chart.md +++ b/xamarin-android/SfChart/how-to/Refreshing-the-chart.md @@ -1,13 +1,13 @@ --- layout: post -title: Refreshing the Syncfusion SfChart -description: Refreshing the SfChart +title: Refreshing the Xamarin.Android SfChart Control | Syncfusion +description: Learn here about Refreshing the Syncfusion Essential Xamarin.Android SfChart Control, its elements, and more. platform: Android control: Chart documentation: ug --- -# Refreshing the chart +# Refreshing the Xamarin.Android SfChart The following methods are available to refresh the chart. From cb70211d65baecb5fb6cd9274bb611e99ee1a3e8 Mon Sep 17 00:00:00 2001 From: Muniappan Date: Thu, 27 Apr 2023 17:14:59 +0530 Subject: [PATCH 2/2] image editor UG updated --- xamarin-android/SfImageEditor/shapes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xamarin-android/SfImageEditor/shapes.md b/xamarin-android/SfImageEditor/shapes.md index dbf0cc0f7..f08f97885 100644 --- a/xamarin-android/SfImageEditor/shapes.md +++ b/xamarin-android/SfImageEditor/shapes.md @@ -21,7 +21,7 @@ You can annotate any shapes over an image using the [`AddShape`](https://help.sy * DottedArrow * DottedDoubleArrow -### Selecting a shape type +## Selecting a shape type The [`ShapeType`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html) is an enum property with values of [`Rectangle`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Rectangle), [`Circle`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Circle), [`Arrow`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Arrow), [`Path`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Path), [`Line`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Line), [`Dotted`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_Dotted), [`DoubleArrow`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_DoubleArrow), [`DottedArrow`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_DottedArrow),and [`DottedDoubleArrow`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.ShapeType.html#Syncfusion_SfImageEditor_Android_ShapeType_DottedDoubleArrow). You can give the desired shape type as an argument to the [`AddShape`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.SfImageEditor.html#Syncfusion_SfImageEditor_Android_SfImageEditor_AddShape_Syncfusion_SfImageEditor_Android_ShapeType_Syncfusion_SfImageEditor_Android_PenSettings_) method. @@ -51,7 +51,7 @@ By default, the toolbar contains the [`Rectangle`](https://help.syncfusion.com/c You can customize the appearance of each shape using the [`PenSettings`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.PenSettings.html) property: -## PenSettings +### PenSettings The [`PenSettings`](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.SfImageEditor.Android.PenSettings.html) property consists of the following properties: