StatsBar-from-BottomAxis
Last Update: 9/7/2020
When you plot a statistical bar plot, such as Bar Chart which is a variant of Box Chart but has set Box Type to Bar, you might want to make the bar start from the bottom axis instead of Y=0.
To make the bar start from the bottom axis:
@CBB=0;
Please note, @CBB is a system variable, which controls the starting of the bars/columns, will also effect the normal column/bar chart.
To learn more about the system variable in Origin, please refer to the page "Customizing Origin using System Variables".