 
        0
    
    
    
        
        
        Under review
        
        
    
    
    
    
    
    Candle overlap each candle
When reducing charts the candle begins to overlap another candle.For example
Axises
Axises
 CandleStickSeries candle = new CandleStickSeries()            {                Color = OxyColors.Black,                IncreasingColor = OxyColor.FromRgb(0,197,49),                DecreasingColor = OxyColor.FromRgb(255,95,95),                DataFieldX = "Time",                DataFieldHigh = "H",                DataFieldLow = "L",                DataFieldClose = "C",                DataFieldOpen = "O",                TrackerFormatString = "Date: {2}\nOpen: {5:0.00000}\nHigh: {3:0.00000}\nLow: {4:0.00000}\nClose: {6:0.00000}",                                                              }; Customer support service by UserEcho
 Vragen
		
		
	
Vragen 
	
 
                
So? Who knows?
https://github.com/oxyplot/oxyplot/issues/623