Failed to use FactoryMethod

When I use the <sys: DateTime x: FactoryMethod = "Parse"> I get the following error [Gravity Code Description Project File Line State of deletion
Error Position 194: 22. No property, bindable property, or event found for 'Minimum' App Views.HomePage.xaml 194]

Example code


    
......
    
<Chart: SfChart.PrimaryAxis>

             
<Chart: DateTimeAxis RangePadding = "Additional">
                 
<Chart: DateTimeAxis.Minimum>
                    
<Sys: DateTime x: FactoryMethod = "Parse">
                        
<x: Arguments>
                            
<x: String> Jan 1 2017 </ x: String>
                        
</ x: Arguments>
                    
</ Sys: DateTime>
                 
</chart:DateTimeAxis.Minimum>

                
<Chart: DateTimeAxis.Maximum>
                    
<Sys: DateTime x: FactoryMethod = "Parse">
                        
<x: Arguments>
                            
<x: String> Feb 1 2017 </ x: String>
                        
</ x: Arguments>
                    
</ Sys: DateTime>
                
</chart:DateTimeAxis.Maximum>

                            
</ Chart: DateTimeAxis>

            
</chart:SfChart.PrimaryAxis>

......

 
Thanks in advance

3 Replies

SP Saravana Pandian Murugan Syncfusion Team January 13, 2017 03:21 PM UTC

Hi Victor,

We are unable to reproduce the reported issue at our end and we have prepared a sample for this. Please update us with the modified sample to reproduce the issue which will be helpful for providing further assistance on this.

Sample : http://www.syncfusion.com/downloads/support/forum/128300/ze/ChartSample-328252943  

Please refer the below link to configure your application with Syncfusion NuGet package.

https://help.syncfusion.com/xamarin/introduction/download-and-installation

Please get back to us if you need any clarifications on this.

Thanks,
Saravana Pandian M.
 



VI victor February 1, 2017 04:38 AM UTC

Thanks, i fix problen


PN Preethi Nesakkan Gnanadurai Syncfusion Team February 2, 2017 08:36 AM UTC

Hi Victor,  
  
We are glad to know issue has been fixed. 
Please let us know if you need further assistances on this. 
  
Regards,  
Preethi 


Loader.
Up arrow icon