Create Legend

Create a custom legend for any set of data or range. Creating a legend with this component allows for a bit more flexibility than what can be achieved by working with the legends automatically output from different studies.
- values [Required]A list of numerical values or data collections that the legend refers to. This can also be the minimum and maximum numerical values of the data. The legend's maximum and minimum values will be set by the max and min of the data set.
- base_planeAn optional plane or point to set the location of the legend. (Default: Rhino origin - (0, 0, 0))
- titleA text string representing a legend title. Legends are usually titled with the units of the data.
- legend_parOptional legend parameters from the Legend Parameters component.
- meshA colored mesh for the legend colors.
- title_objA text object for the legend title.
- label_objsAn array of text objects for the label text.
- label_textAn array of text strings for the label text.
- colorsAn array of colors that align with the input _values. This can be used to color geometry that aligns with the values.
Last modified 1yr ago