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