TickLabelPosition
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.
Type
Enumeration
Values
- "none"
 - "nextTo"
 - "low"
 - "high"
 
Example
This example sets the position of the vertical tick labels next to the main vertical label.
- Code
 - Result
 
// How to set tick label positions for the chart.
// Set a chart vertical tick label position to "nextTo".
chart.SetVertAxisTickLabelPosition("nextTo");