Chart pane description.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum ChartPaneEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration ChartPaneEnum |
| Visual C++ |
|---|
public enum class ChartPaneEnum |
Members
| Member name | Description | |
|---|---|---|
| PricePane |
Price pane on the chart.
| |
| VolumePane |
Volume pane on the chart.
| |
| UserPane |
User defined pane on the chart.
|