To move a chart Y-Axis, click on the axis then move the mouse (keep pressing). To restore the Y-Axis, double click on it. To resize a chart Y-Axis, keep pressing on CONTROL, click on the axis then move the mouse. To update the chart scale, right click on it and select "Edit Formula". There are several functions you can use to change the scale. SetPercentScale: Increase or decrease the max/min scale by a percentage value (Example: SetPercentScale(5, 5);) SetScale: Set a fixed minimum and maximum scale values (Example: SetScale(10, 0);) SetMaxScale: Set a fixed value for the maximum scale (Example: SetMaxScale(10);) SetMinScale: Set a fixed value for the minimum scale (Example: SetMaxScale(0);) To change the default linear scale and set a log scale (chart), click on the chart icon (At the bottom of a chart), then select "Set Log Scale".
|
![]() |