]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.trend/src/org/simantics/trend/configuration/YAxisMode.java
New trend axis mode SingleAxisShowLegends
[simantics/platform.git] / bundles / org.simantics.trend / src / org / simantics / trend / configuration / YAxisMode.java
index c3d7e26b2b854456d2e465700613792395271726..aad7468b1842d274474c4580ec1bd65d07f5f006 100644 (file)
@@ -16,7 +16,11 @@ public enum YAxisMode {
        SingleAxis,
        
        // Each variable has its own axis
-       MultiAxis
+       MultiAxis,
+       
+       // Each variable has the same axis, but legends is shown for each, just like with MultiAxis
+       // Works only for analog values
+       SingleAxisShowLegends
        
 }