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
2 changes: 1 addition & 1 deletion Xamarin-iOS/SfLinearGauge/Change-Orientation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ documentation: ug

{% endhighlight %}

![](change_orientation/orientaion.png)
![Change Orientation in Xamarin.Ios Linear Gauge.](change_orientation/orientaion.png)
2 changes: 1 addition & 1 deletion Xamarin-iOS/SfLinearGauge/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ documentation: ug

* [`Annotations`](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfGauge.iOS.SFLinearGauge.html#Syncfusion_SfGauge_iOS_SFLinearGauge_Annotations): Annotations are used to mark the specific area of interest in the gauge area with texts, shapes, or images. You can add any number of annotations to the gauge.

![](overview_images/overview.png)
![Overview of Xamarin.Ios Linear Gauge.](overview_images/overview.png)



Expand Down
10 changes: 5 additions & 5 deletions Xamarin-iOS/SfLinearGauge/ranges.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Start and end values of ranges are set by using the [`StartValue`](https://help.

{% endhighlight %}

![](ranges_images/range1.png)
![Setting start and end values for range in Xamarin.Ios Linear Gauge.](ranges_images/range1.png)

## Range customization

Expand Down Expand Up @@ -69,7 +69,7 @@ To change the range’s background color, use the [`Color`](https://help.syncfus

{% endhighlight %}

![](ranges_images/range2.png)
![Range customization in Xamarin.Ios Linear Gauge.](ranges_images/range2.png)

## Setting position for range

Expand Down Expand Up @@ -104,7 +104,7 @@ The range can be adjusted above or below the scale by using the [`Offset`](https

{% endhighlight %}

![](ranges_images/range3.png)
![Setting position for range in Xamarin.Ios Linear Gauge.](ranges_images/range3.png)

## Setting multiple ranges

Expand Down Expand Up @@ -161,7 +161,7 @@ You can add n number of ranges to a scale by using the [`SFLinearRange`](https:/

{% endhighlight %}

![](ranges_images/range4.png)
![Setting multiple ranges in Xamarin.Ios Linear Gauge.](ranges_images/range4.png)

## Setting gradient color for range

Expand Down Expand Up @@ -200,4 +200,4 @@ You can give smooth color transition to range to specifying the different colors

{% endhighlight %}

![](ranges_images/range5.png)
![Setting gradient color for range in Xamarin.Ios Linear Gauge.](ranges_images/range5.png)
20 changes: 10 additions & 10 deletions Xamarin-iOS/SfLinearGauge/scales.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Scales is a collection of [`SFLinearScale`](https://help.syncfusion.com/cr/xamar

{% endhighlight %}

![](scales_images/scale1.png)
![Linear Gauge scale in Xamarin.Ios.](scales_images/scale1.png)

## Setting minimum and maximum values for scale

Expand All @@ -62,7 +62,7 @@ To change minimum and maximum values of linear scale, use the [`Minimum`](https:

{% endhighlight %}

![](scales_images/scale2.png)
![Setting minimum and maximum values for scale in Xamarin.Ios Linear Gauge.](scales_images/scale2.png)

## Setting interval for scale

Expand Down Expand Up @@ -90,7 +90,7 @@ The [`Interval`](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfGauge.i

{% endhighlight %}

![](scales_images/scale3.png)
![Setting interval for scales in Xamarin.Ios Linear Gauge.](scales_images/scale3.png)

## Setting maximum labels

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

{% endhighlight %}

![](scales_images/scale4.png)
![Setting maximum labels in Xamarin.Ios Linear Gauge.](scales_images/scale4.png)

## Scale customization

Expand Down Expand Up @@ -147,7 +147,7 @@ You can customize the color, length, size, and position of the [`SFLinearScale`]

{% endhighlight %}

![](scales_images/scale5.png)
![Setting opposite position in Xamarin.Ios Linear Gauge.](scales_images/scale5.png)

## Setting opposite position

Expand All @@ -173,7 +173,7 @@ To place the scale at opposite to its original position, set the [`OpposedPositi

{% endhighlight %}

![](scales_images/scale6.png)
![Setting scale direction in Xamarin.Ios Linear Gauge.](scales_images/scale6.png)

## Setting scale direction

Expand All @@ -199,7 +199,7 @@ You can set the scale position to its forward and backward using the [`ScalePosi

{% endhighlight %}

![](scales_images/scale7.png)
![Setting scale corner radius type in Xamarin.Ios Linear Gauge.](scales_images/scale7.png)

## Setting corner radius type for scale

Expand All @@ -226,7 +226,7 @@ Corners of the [`SFLinearScale`](https://help.syncfusion.com/cr/xamarin-ios/Sync

{% endhighlight %}

![](scales_images/scale8.png)
![Multiple scales in Xamarin.Ios Linear Gauge.](scales_images/scale8.png)

## Multiple scales

Expand Down Expand Up @@ -301,7 +301,7 @@ It helps you to add multiple scales to the same linear gauge and customize all t

{% endhighlight %}

![](scales_images/scale9.png)
![Setting gradient color for scale in Xamarin.Ios Linear Gauge.](scales_images/scale9.png)

## Setting gradient color for scale

Expand Down Expand Up @@ -352,4 +352,4 @@ You can give smooth color transition to scale to specifying the different colors

{% endhighlight %}

![](scales_images/scale10.png)
![Setting scale gradient stop in Xamarin.Ios Linear Gauge.](scales_images/scale10.png)
10 changes: 5 additions & 5 deletions Xamarin-iOS/SfLinearGauge/tick-setting.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Ticks visibility can be customized using the [`ShowTicks`](https://help.syncfusi

{% endhighlight %}

![](tick-setting_images/tick-setting1.png)
![Tick Setting in Xamarin.Ios Linear Gauge.](tick-setting_images/tick-setting1.png)

## Tick customization

Expand All @@ -55,7 +55,7 @@ You can customize the color and thickness of ticks by using the [`Color`](https:

{% endhighlight %}

![](tick-setting_images/tick-setting2.png)
![Major tick customization in Xamarin.Ios Linear Gauge.](tick-setting_images/tick-setting2.png)

### Minor tick customization

Expand All @@ -80,7 +80,7 @@ You can customize the color and thickness of ticks by using the [`Color`](https:

{% endhighlight %}

![](tick-setting_images/tick-setting3.png)
![Minor tick customization in Xamarin.Ios Linear Gauge.](tick-setting_images/tick-setting3.png)

## Setting minor ticks per interval

Expand All @@ -104,7 +104,7 @@ The [`Interval`](https://help.syncfusion.com/cr/xamarin-ios/Syncfusion.SfGauge.i

{% endhighlight %}

![](tick-setting_images/tick-setting4.png)
![Setting minor ticks per interval in Xamarin.Ios Linear Gauge.](tick-setting_images/tick-setting4.png)

## Setting position for ticks

Expand Down Expand Up @@ -133,4 +133,4 @@ The major and minor ticks can be positioned far away from the scale by using the

{% endhighlight %}

![](tick-setting_images/tick-setting5.png)
![Setting position for ticks in Xamarin.Ios Linear Gauge.](tick-setting_images/tick-setting5.png)