1.266 FAQ-1073 How do I add axis tick label Divide by Factor to axis titles ?
Last Update: 9/23/2020
Adding the value of a axis tick label Divide by Factor to an axis title is accomplished as follows:
- Double-click on the axis title to enter in-place editing mode.
- For X axis, append
$(layer.x.label.divideBy)to the title so that the entire title looks similar to:%(?X) $(layer.x.label.divideBy) - For Y axis, append
$(layer.y.label.divideBy)to the title so that the entire title looks similar to:%(?Y) $(layer.y.label.divideBy)
If it is necessary to do this frequently, then it may be a good idea to create graph templates with these modifications in place.
Keywords:axis, title, divide, by, factor, label, labels