OSC.BarData Property

The bar data of OSC.
[Category("Parameters")] 
[Description("")] 
public BarData BarData {get; set;}
This language is not supported or no code example is available.
[Category("Parameters")] 
[Description("")] 
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("") 
function get BarData() : BarData
public  
Category("Parameters") 
Description("") 
function set BarData(value : BarData);
This language is not supported or no code example is available.

Property Value

BarData

In this article

Definition