I wanted to have the chart fill up the whole NChartControl so I have set its properties like this:
Chart.Bounds = Bounds.Stretch
Chart.DockMode = PanelDockMode.Fill
That works nicely but some of the ticks' label are not showed completely. I was wondering if there is a property or a way that adjusts the tick's label so that is ends up inside the NChartControl.
As you can see in the picture below the tick label isn't showed completely.