Displays spectrum in stacked bars representation
The visualization data source this control pulls data from.
Levels (MeterBarLevel [])
Array of values indicating the number of bar elements and their threshold levels and colors.
Set the bar to be either horizontal or vertical
Sets the audio channel of the visualization data
This property will allow setting the spacing for elements. During layout the space between elements (number of which is defined by Levels property) is divided equally. Setting RelativeElementMargin will allow to set margins for individual elements (in relative coordinates). For example Thickness(0.1,0.1,0.1,0.1) will leave spacing 1/10 of the cell width and height on each side.
Defines the color of an unlit element
Offset of a shadow from the element
Sets the color of the shadow that the element is casting
Set the element shadow blur radius
By default the bar elements are rectangles. You can define your own shape by creating a class that implements IBarElementFactory and setting ElementFactory property to the instance of that class.