TickLabelPosition
type TickLabelPosition = none | nextTo | low | high
Description
Possible values for the position of chart tick labels (either horizontal or vertical). "none" - does not display the selected tick labels. "nextTo" - sets the position of the selected tick labels next to the main label. "low" - sets the position of the selected tick labels in the part of the chart with lower values. "high" - sets the position of the selected tick labels in the part of the chart with higher values.
Try It
oChart.SetVertAxisTickLabelPosition("nextTo");