In my graph, the horizontal scale is not align with the grid, so I want to move the horizontal scale to the right side a bit. However, I can't find a effective methods after I've tried the following ways.
1. Change the "Pos" in GRAPH_SCALE_Create(); -- this parameter changes the vertical position instead of horizontal position
2. Change the "TextAlign" in GRAPH_SCALE_Create(); --this parameter changes the scale texts alignment instead of horizontal position
3. Change the GRAPH_SCALE_SetOff(); --this function change the scale value instead of horizontal position
This is what I need:
Can someone help me to find a solution? Thanks.
1. Change the "Pos" in GRAPH_SCALE_Create(); -- this parameter changes the vertical position instead of horizontal position
2. Change the "TextAlign" in GRAPH_SCALE_Create(); --this parameter changes the scale texts alignment instead of horizontal position
3. Change the GRAPH_SCALE_SetOff(); --this function change the scale value instead of horizontal position
This is what I need:
Can someone help me to find a solution? Thanks.