Hello,
Thank you for your help. I will try your suggestions. In the meantime, another, hopefully simpler problem, surfaced. When I use the code below the axis ticks and the axis labels do not align. I was able to change the number or the length between ticks but I was not successful in aligning them with the labels.
NChartControl3.Panels.Clear()
chart3 = New NCartesianChart()
chart3.SetPredefinedChartStyle(PredefinedChartStyle.HorizontalLeft)
chart3.BoundsMode = BoundsMode.Stretch
lineSeries = New NLineSeries()
lineSeries.DataLabelStyle.Visible = False
chart3.Margins = New NMarginsL(5)

When I remove the: "chart3.SetPredefinedChartStyle(PredefinedChartStyle.HorizontalLeft)" rotation, the ticks and labels show up aligned properly.

Is there a way to ensure that the axis ticks and labels align when the chart is rotated?
Thank you for your help!
Stilianos