Skip to content
Open
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
4 changes: 2 additions & 2 deletions Xamarin-iOS/SfComboBox/Dealing-with-SuggestionBox.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ combobox.SuggestionBoxPlacement = SuggestionBoxPlacement.Bottom;
{% endhighlight %}
{% endtabs %}

![](images/bottom.png)
![Display suggestion box at the bottom of Xamarin.Ios ComboBox.](images/bottom.png)

## SuggestionBox placement at top

Expand All @@ -42,4 +42,4 @@ combobox.SuggestionBoxPlacement = SuggestionBoxPlacement.Top;
{% endhighlight %}
{% endtabs %}

![](images/top.png)
![Display suggestion box at the top of Xamarin.Ios ComboBox.](images/top.png)
2 changes: 1 addition & 1 deletion Xamarin-iOS/SfComboBox/Populating-Items.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ combobox.DataSource = EmployeeDetails;

* `DisplayMemberPath` decides the suggestions to be shown in dropdown. Setting the `SelectedValuePath` property makes the `SelectedValue` property to return the value you have selected here.

![](images/datasource.png)
![Data source property of Xamarin.Ios ComboBox.](images/datasource.png)
16 changes: 8 additions & 8 deletions Xamarin-iOS/SfLinearGauge/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ By using the [`View`](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfGa

{% endhighlight %}

![](annotations_images/annotation1.png)
![Positioning annotation in Xamarin.Ios Linear Gauge.](annotations_images/annotation1.png)

## Positioning the annotation

Expand Down Expand Up @@ -79,7 +79,7 @@ You can position the annotation anywhere in the linear gauge by using the [`Offs

{% endhighlight %}

![](annotations_images/annotation2.png)
![Change annotation position by using offset in Xamarin.Ios Linear Gauge.](annotations_images/annotation2.png)

### Change annotation position by using scale value

Expand Down Expand Up @@ -121,7 +121,7 @@ You can also place the annotation by specifying the [`ScaleValue`](https://help.

{% endhighlight %}

![](annotations_images/annotation3.png)
![Change annotation position by using scale value in Xamarin.Ios Linear Gauge.](annotations_images/annotation3.png)

## Set margin to the annotation

Expand Down Expand Up @@ -164,7 +164,7 @@ You can adjust the annotation by specifying the [`ViewMargin`](https://help.sync

{% endhighlight %}

![](annotations_images/annotation4.png)
![Alignment of annotation in Xamarin.Ios Linear Gauge.](annotations_images/annotation4.png)

## Alignment of annotation

Expand Down Expand Up @@ -209,7 +209,7 @@ You can align the annotation using the [`HorizontalViewAlignment`](https://help.

{% endhighlight %}

![](annotations_images/annotation5.png)
![Setting horizontal view alignment in Xamarin.Ios Linear Gauge.](annotations_images/annotation5.png)

### Setting vertical view alignment

Expand Down Expand Up @@ -250,7 +250,7 @@ You can align the annotation using the [`HorizontalViewAlignment`](https://help.

{% endhighlight %}

![](annotations_images/annotation6.png)
![Setting vertical view alignment in Xamarin.Ios Linear Gauge.](annotations_images/annotation6.png)

## Setting scale index for annotation

Expand Down Expand Up @@ -306,7 +306,7 @@ You can set the index for the scale by using [`ScaleIndex`](https://help.syncfus

{% endhighlight %}

![](annotations_images/annotation7.png)
![Setting scale index for annotation in Xamarin.Ios Linear Gauge.](annotations_images/annotation7.png)

## Multiple annotations

Expand Down Expand Up @@ -439,4 +439,4 @@ You can add multiple annotations to the gauge as demonstrated below.

{% endhighlight %}

![](annotations_images/annotation8.png)
![Multiple annotations in Xamarin.Ios Linear Gauge.](annotations_images/annotation8.png)
6 changes: 3 additions & 3 deletions Xamarin-iOS/SfLinearGauge/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can add a title to gauge using the [`SFLinearLabel`](https://help.syncfusion

{% endhighlight %}

![](header_images/header.png)
![Adding header to linear gauge in Xamarin.Ios Linear Gauge.](header_images/header.png)

## Positioning the header

Expand Down Expand Up @@ -69,7 +69,7 @@ To change the position of header, use the [`Position`](https://help.syncfusion.c

{% endhighlight %}

![](header_images/header2.png)
![Positioning the header in Xamarin.Ios Linear Gauge.](header_images/header2.png)

## Customizing header text

Expand Down Expand Up @@ -98,4 +98,4 @@ You can customize the text of [`SFLinearLabel`](https://help.syncfusion.com/cr/x

{% endhighlight %}

![](header_images/header3.png)
![Customizing header text in Xamarin.Ios Linear Gauge.](header_images/header3.png)
12 changes: 6 additions & 6 deletions Xamarin-iOS/SfLinearGauge/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The label color can be changed using the [`LabelColor`](https://help.syncfusion.

{% endhighlight %}

![](labels_images/label1.png)
![Label color customization image in Xamarin.Ios Linear Gauge.](labels_images/label1.png)

## Label font customization

Expand All @@ -55,7 +55,7 @@ The label font can be customized by using the [`LabelFont`](https://help.syncfus

{% endhighlight %}

![](labels_images/label2.png)
![Label font customization image in Xamarin.Ios Linear Gauge.](labels_images/label2.png)

## Setting position for labels

Expand All @@ -78,7 +78,7 @@ The labels can be positioned far away from the ticks by using the [`LabelOffset`

{% endhighlight %}

![](labels_images/label3.png)
![Label offset image in Xamarin.Ios Linear Gauge.](labels_images/label3.png)

### Setting postfix and prefix for labels

Expand Down Expand Up @@ -107,7 +107,7 @@ The [`LabelPostfix`](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfGau

{% endhighlight %}

![](labels_images/label4.png)
![Label postfix image in Xamarin.Ios Linear Gauge.](labels_images/label4.png)

### Setting label prefix

Expand All @@ -130,7 +130,7 @@ The [`LabelPrefix`](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfGaug

{% endhighlight %}

![](labels_images/label5.png)
![Label prefix image in Xamarin.Ios Linear Gauge.](labels_images/label5.png)

## Labels visibility

Expand Down Expand Up @@ -159,5 +159,5 @@ Labels visibility can be customized using the [`ShowScaleLabel`](https://help.sy

{% endhighlight %}

![](labels_images/label6.png)
![Labels visibility image in Xamarin.Ios Linear Gauge.](labels_images/label6.png)