Low Bound | lowBound_ | A number representing the lower boundary of the legend's numerical range. The default is set to the lowest value of the data stream that the legend refers to. | Goo |
High Bound | highBound_ | A number representing the higher boundary of the legend's numerical range. The default is set to the highest value of the data stream that the legend refers to. | Goo |
Num Segments | numSegments_ | An interger representing the number of steps between the high and low boundary of the legend. The default is set to 11 and any custom values put in here should always be greater than or equal to 2. | Goo |
Custom Colors | customColors_ | A list of colors that will be used to re-color the legend and the corresponding colored mesh(es). The number of colors input here should match the numSegments_ value input above. An easy way to generate a list of colors to input here is with the Grasshopper "Gradient" component and a Grasshopper "Series" component connected to the Gradient component's "t" input. A bunch of Grasshopper "Swatch" components is another way to generate a list of custom colors. The default colors are a gradient spectrum from blue to yellow to red. | Goo |
Legend Location | legendLocation_ | Input a point here to change the location of the legend in the Rhino scene. The default is usually set to the right of the legend's corresponding Ladybug graphic. | Goo |
Legend Scale | legendScale_ | Input a number here to change the scale of the legend in relation to its corresponding Ladybug graphic. The default is set to 1. | Goo |
Font | font_ | An optional text string that sets the font of the text. Examples include "Arial", "Times New Roman" or "Courier" (all without quotations). The text input here can be any font that is on your computer but the font must be of an Editable file type (as seen in the font folder off of your control panel). Font files that are Print and Preview will not work. If you wish to use a Bolded version of the font, include a ", Bold" at the end of the font name (example: "Arial, Bold"). | Goo |
Font Size | fontSize_ | An optional number to set the size of the text in Rhino model units. | Goo |
Decimal Places | decimalPlaces_ | An interger representing the number of decimal places to make the legend values. The default is set to 2 decimal places. | Goo |
Remove Less Than | removeLessThan_ | Set to 'True' to have the "<=" and ">=" symbols removed from the legend. The default is set to 'False' to have these symbols included. | Goo |