BullFillColor solid

I want to make BullFillColor set as solid, searching in the forum i read that need to set property EnableSolidCandles to true in CandleSeries class but this property is not present. I tried with Interior property but doesn't work well in this case.

Can someone help me to know what is need to do?

Thank you!


3 Replies 1 reply marked as answer

YP Yuvaraj Palanisamy Syncfusion Team September 7, 2020 01:38 PM UTC

Hi Sergio Costa,  
  
We would like to let you know that EnableSolidCadle property is available in the Xamarin platform. From the platform-specific, you have used the UWP platform, itself you can achieve your requirement by setting None type to ComparisonMode property as per in below  
   
   
<syncfusion:CandleSeries ComparisonMode="None"  
                         Interior="Black"  
                         ItemsSource="{Binding Data}"  
                         Open="Open"  
                         Close="Close"  
                         High="High"  
                         Low="Low"  
                         XBindingPath="Name"/>  
   
 
Please let us know if you need any concern.  
 
Regards, 
Yuvaraj 


Marked as answer

SC Sergio Costa September 8, 2020 07:58 PM UTC

Excellent! Thank you!


YP Yuvaraj Palanisamy Syncfusion Team September 9, 2020 06:02 AM UTC

Hi Sergio Costa, 
 
Thanks for your update. 
 
Please let us know if you need any further assistance on this. 
 
Regards, 
Yuvaraj 


Loader.
Up arrow icon