Category / Section
How to apply balloon tooltip in SfRangeSlider?
1 min read
The Syncfusion RangeSlider in Xamarin provides a support to change the shape of the tooltip as a Balloon.
This section explains how to apply balloon tooltip in SfRangeSlider.
Refer to this Getting started documentation to create a simple SfRangeSlider sample and configure it.
Initialize the SfRangeSlider in XAML page with the properties need to be assigned and set Visual type to Material to display balloon tooltip.
<range:SfRangeSlider x:Name="rangeslider" Orientation="Horizontal" ShowValueLabel="True" Visual="Material" TrackColor="Red" KnobColor="Black" ShowRange="True" />
Output:
Note:
Balloon tooltip support has been implemented only on iOS and Android platforms.