BaseMultipleValueIndicatorTResamplingFactor Property |
Set this parameter if you whant to compress data series.
It means that if you set this flag,
then indicator will calculate it's values on ResamplingFactor-greater steps.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntaxpublic int ResamplingFactor { get; set; }Property Value
Type:
Int32
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | Thrown when you try to specify resampling to indicator which is already in use. |
| ArgumentException | Thrown when you try to specify resampling factor smaller than one. |
See Also