Cells Java - Distance From Axis

Hi,

Could you please point me how to set the field ‘Label distance from axis’.

Attaching the screenshot of the field.
Untitled.png (15.3 KB)

Thanks

@Blegork,

Could you please try TickLabels.Offset attribute to set the distance. See the sample line of code for your reference:
e.g.
Sample code:

.......
chart.ValueAxis.TickLabels.Offset = 200;   
chart.CategoryAxis.TickLabels.Offset = 100;