Slider's color change when I move the radial pointer

When I move the radial pointer, I want the color between the starting point and the radial pointer to change but I couldn't find any information about the situation in the datasheet. I would be glad if you can help about this issue. 

 <syncfusion:SfRadialSlider
                    x:Name="Dimming"
                    Width="150"
                    Height="150"
                    VerticalAlignment="Top"
                    Background="{x:Null}"
                    EndAngle="30"
                    Foreground="White"
                    InnerRimFill="{x:Null}"
                    InnerRimStroke="{x:Null}"
                    Maximum="100"
                    Minimum="0"
                    OuterRimStrokeThickness="5"
                    SmallChange="1"
                    OuterRimStroke="#565656"
                    StartAngle="150"
                    TickFrequency="10"
                    ValueChanged="Dimming_ValueChanged"
                    Value="{Binding ElementName=txt_DimVal, Path=Text, Mode=TwoWay}">
                    <syncfusion:SfRadialSlider.PreviewPointerStyle>
                        <Style TargetType="syncfusion:RadialPreviewPointer">
                            <Setter Property="Visibility" Value="Collapsed" />
                        </Style>
                    </syncfusion:SfRadialSlider.PreviewPointerStyle>
                    <syncfusion:SfRadialSlider.LabelTemplate>
                        <DataTemplate>
                            <TextBlock Text="{Binding}" Foreground="DodgerBlue"></TextBlock>
                        </DataTemplate>
                    </syncfusion:SfRadialSlider.LabelTemplate>
                    <syncfusion:SfRadialSlider.TickTemplate>
                        <DataTemplate>
                            <Border Background="#00a7df"/>
                        </DataTemplate>
                    </syncfusion:SfRadialSlider.TickTemplate>
                    <syncfusion:SfRadialSlider.PointerStyle>
                        <Style TargetType="syncfusion:RadialPointer">
                            <Setter Property="Height" Value="20" />
                            <Setter Property="Width" Value="20" />
                            <Setter Property="Template">
                                <Setter.Value>
                                    <ControlTemplate TargetType="syncfusion:RadialPointer">
                                        <Ellipse
                                            Margin="43,2,0,5"
                                            Fill="#00a7df" />
                                    </ControlTemplate>
                                </Setter.Value>
                            </Setter>
                        </Style>
                    </syncfusion:SfRadialSlider.PointerStyle>
                </syncfusion:SfRadialSlider>

6 Replies

UN Unknown Syncfusion Team April 7, 2020 10:33 AM UTC

Hi Burakhan, 
 
Thanks for contacting Syncfusion support. 
 
We have checked your requirement “I want the color between the starting point and the radial pointer to change in SfRadialSlider”, but currently we do not have the support to meet your requirement in SfRadialSlider control. The same can be achieved using SfCircularGauge as shown in below video . Please refer the sample for same and let us know if your requirement has been achieved.   
 
 
 
Regards, 
Niranjan Kumar Gopalan 
 



BB Burakhan Bircan April 7, 2020 10:52 AM UTC

Gauge not working as I want. I control the radial Slider with mouse and i am changing value with mouse. Gauge is just showing value.


UN Unknown Syncfusion Team April 7, 2020 11:35 AM UTC

Hi Burakhan Bircan, 
 
Thanks for your update. 
 
Can you please share an image of your requirement in SfRadialSlider? So that we can analyze and validate whether your requirement can be considered as Feature request. 
 
Regards, 
Niranjan Kumar 



BB Burakhan Bircan April 7, 2020 11:42 AM UTC

I added it as a .zip file. 

Attachment: RadialSlider_132ad152.7z


UN Unknown Syncfusion Team April 7, 2020 01:34 PM UTC

Hi Burakhan Bircan, 
 
Thanks for your update. 
 
We have logged the requested feature as feature request. This feature will be included in Volume 1 SP1 release which will roll out by end of April 2020. We appreciate your patience until then and please refer the below feedback link to keep track of same. 
 
 
Regards, 
Niranjan Kumar 



UN Unknown Syncfusion Team May 14, 2020 05:23 AM UTC

Hi Burakhan, 
 
Sorry for the inconvenience caused. 
 
Due to complexities faced in the requested feature , it will included in any of our upcoming Volume releases. We will update you once when the feature has been added and completely tested. We appreciate your patience until then. 
 
 
Regards, 
Niranjan Kumar Gopalan 


Loader.
Up arrow icon