Update Software Design authored by Richard Schmidt's avatar Richard Schmidt
...@@ -86,7 +86,7 @@ In the following a table with all available properties is presented. All distanc ...@@ -86,7 +86,7 @@ In the following a table with all available properties is presented. All distanc
|| floatingDot.maxBarWidth | non-negative double | The desired maximum bar width for bar charts. | ✔ | 30 || floatingDot.maxBarWidth | non-negative double | The desired maximum bar width for bar charts. | ✔ | 30
|| floatingDot.minBarDist | non-negative double | The desired minimum distance between bars for bar charts. | ✔ | 10 || floatingDot.minBarDist | non-negative double | The desired minimum distance between bars for bar charts. | ✔ | 10
|| floatingDot.secondAxis | true/false | Decides wether a second y-axis should be plotted on the right side for scatter and line plots. | ✔ | true || floatingDot.secondAxis | true/false | Decides wether a second y-axis should be plotted on the right side for scatter and line plots. | ✔ | true
|| floatingDot.frames | true/false | Decides wether frames should be drawn around data points in scatter and line plots. | ✔ | true || floatingDot.frames | true/false | Decides wether frames should be drawn around data points in scatter and line plots. One frame for each data series. | ✔ | true
|| floatingDot.derivation | true/false | Decides wether numbered axes should be named with numbers or with letter derivations. | ✔ | true || floatingDot.derivation | true/false | Decides wether numbered axes should be named with numbers or with letter derivations. | ✔ | true
|| floatingDot.grid | true/false | Decides wether a grid should be drawn. | ✔ | true || floatingDot.grid | true/false | Decides wether a grid should be drawn. | ✔ | true
|| floatingDot.dotFrame | true/false | Decides wether only dot frames should be used for all data series for framed line plots. If floatingDot.frames is true, this attribute takes higher priority. | ✔ | false || floatingDot.dotFrame | true/false | Decides wether only dot frames should be used for all data series for framed line plots. If floatingDot.frames is true, this attribute takes higher priority. | ✔ | false
... ...
......