TickLabelPosition

type TickLabelPosition = none | nextTo | low | high

Description

Possible values for the position of chart tick labels (either horizontal or vertical). "none" - not display the selected tick labels. "nextTo" - set the position of the selected tick labels next to the main label. "low" - set the position of the selected tick labels in the part of the chart with lower values. "high" - set the position of the selected tick labels in the part of the chart with higher values.

Try It

oChart.SetVertAxisTickLabelPosition("nextTo");

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).