How can I access the "Step" amount of an axis in CL?

I was hoping that by transferring the bounds of one graph object to another the axes steps would come with it, but it appears not.

Is there a way to get or set the step of an axis within CL?

There’s currently no way to get or set the step.

Do you think they should be transferred with the bounds?

Bounds apply to both sketches and graphs, and a step size is not something that makes sense for sketches. Likely this will be a graph sink, like xAxisLabel, when we implement it.