Represents values by which the reduction of the financial series values is specified.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public enum ReductionValue |
| Visual Basic (Declaration) |
|---|
Public Enumeration ReductionValue |
| Visual C++ |
|---|
public enum class ReductionValue |
Members
| Member name | Description | |
|---|---|---|
| Hi | Indicates that the reduction of the series values is determined by the Hi field. | |
| Lo | Indicates that the reduction of the series values is determined by the Lo field. | |
| Open | Indicates that the reduction of the series values is determined by the Open field. | |
| Close | Indicates that the reduction of the series values is determined by the Close field. |