I would like to inquire about the alignment method for the Axes Left, Bottom titles.
Posted: Wed May 22, 2024 12:32 am
I would like to inquire about the alignment method for the Axes Left, Bottom titles.
I would like to specify a title as shown below and align the left axis to the top and the bottom axis to the right.
thank you.
I would like to specify a title as shown below and align the left axis to the top and the bottom axis to the right.
Code: Select all
Chart1.axes.left.title.text = "Dist(km)";
Chart1.axes.left.title.rotation = 0;
//Chart1.axes.left.title.align???
Chart1.axes.bottom.title.text = "Time (sec)";
Chart1.axes.bottom.title.rotation = 0;
//Chart1.axes.bottom.title.align????