I am using charts for WPF and I wonder how I can fully disable:
- graph view border (I can set the color through chartView.GraphBorderColor) but I cannot find where I can set the thickness to 0 (note: this is not _chart.BorderThickness)
- scalenibs (I can set the size to (0,0) but there is still 1 pixel visible

Thanks in advance!