 
        0
    
    
    Is it possible to hide completely Axis labels/values but not Tick Marks/Gridlines?
I tried setting the FontSize to 0 but it crashes, and didnt found any other way to just hide the labels?
Servicio de atención al cliente por UserEcho
 Preguntas
		
		
	
Preguntas 
	
 
                
Set LabelColor to transparent.
thats a good one, but wont get the space it uses back , not fair, but with size=1 and color=transparent it might work, thanks
Unfortunately the solution above didn't work for me.
However LabelFormatter = x => null did make an improvement.