HI, All
If to use xChart on a Layout that should be loaded into items of xCustomListView - i have the error
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
at 
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Any help ?
			
			If to use xChart on a Layout that should be loaded into items of xCustomListView - i have the error
			
				B4X:
			
		
		
		java.lang.IllegalArgumentException: width and height must be > 0
			
				B4X:
			
		
		
		Sub CreateListItem(Text As Map, Width As Int, Height As Int) As Panel
    Dim p As Panel
    p.Initialize("")
    p.SetLayout(0, 0, Width, Height)
    p.LoadLayout("cell_vote")    'HERE DURING Initialization
'Here in the class
xcvsGraph.Initialize(xBase)Any help ?
 
				 
 
		 
 
		 
 
		 
 
		 
 
		