WMA.BarData Property
The bar data of WMA.
[Category("Parameters")]
[Description("Which type of data to average")]
public BarData BarData {get; set;}
This language is not supported or no code example is available.
[Category("Parameters")]
[Description("Which type of data to average")]
public:
property BarData BarData {
BarData get( );
void set(
BarData value
);
}
This language is not supported or no code example is available.
public
Category("Parameters")
Description("Which type of data to average")
function get BarData() : BarData;
public
Category("Parameters")
Description("Which type of data to average")
function set BarData(value : BarData);
This language is not supported or no code example is available.
Property Value
BarData
In this article
Definition