#2092 Cross Plot : Update bottom axis based on cross plot values

This commit is contained in:
Magne Sjaastad
2017-11-14 13:54:19 +01:00
parent d198ae44ba
commit 57d9ab83a2
4 changed files with 116 additions and 30 deletions

View File

@@ -97,7 +97,8 @@ namespace RiaDefines
enum PlotAxis
{
PLOT_AXIS_LEFT,
PLOT_AXIS_RIGHT
PLOT_AXIS_RIGHT,
PLOT_AXIS_BOTTOM
};
double minimumDefaultValuePlot();