Enumerates a type that specifies view mode of a Stock chart.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public enum StockViewMode |
Visual Basic (Declaration) |
---|
Public Enumeration StockViewMode |
Visual C++ |
---|
public enum class StockViewMode |
Members
Member name | Description | |
---|---|---|
Both | To show the Open and Close values. | |
Open | To show the Open value. | |
Close | To show the Close value. | |
None | Not to show the Open and Close values. |