DataSeriesNameHelper.TryGetBarTypeSize Method

public static bool TryGetBarTypeSize( 
DataSeries series
out BarType barType
out long barSize 
)
This language is not supported or no code example is available.
public:  
static bool TryGetBarTypeSize( 
DataSeries^ series
BarType& barType
long& barSize 
)
This language is not supported or no code example is available.
public static function TryGetBarTypeSize( 
series : DataSeries
barType : BarType
barSize : long 
) : boolean;
This language is not supported or no code example is available.

Parameters

series
DataSeries

barType
BarType

barSize
long

Return Value

bool

In this article

Definition