| BarResampling Constructor (IBarTradeSignal, Int32) | 
 
            	Initializes a new instance of BarResampling.
            
 
    Namespace: 
   FinAnalysis.Transformations
    Assembly:
   FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
 Syntax
Syntaxpublic BarResampling(
	IBarTradeSignal nextChainLink,
	int resamplingFactor
)
Parameters
- nextChainLink
- Type: FinAnalysis.BaseIBarTradeSignal
 Next chain link for transformation chain or bar indicator.
- resamplingFactor
- Type: SystemInt32
 Resampling factor. We compress data series in resamplingFactor times.
 Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentException | Thrown when you try to specify resampling factor smaller than one. | 
 See Also
See Also