This sample visualizes moving air types in the legend based on their speed. The visibility, shape, alignment and position of the legend can be changed using the properties panel options.
Show legend
|
|
Show range when the legend item is toggled
|
|
Position
|
|
Alignment
|
|
Shape
|
|
In this example, you can see how to render a legend in circular gauge. A legend item denotes the axis ranges. Any number of legend items can be added to a legend. You can bind the desired colors and legend text to the corresponding ranges. Injecting Module The circular gauge component features are segregated into individual modules by feature. To use a legend, inject the Legend module using the CircularGauge.Inject(Legend) method. More information on the annotation can be found in this documentation section.